| /third_party/skia/src/sfnt/ |
| H A D | SkOTTable_name.h | 24 SK_OT_USHORT format; member
|
| /third_party/skia/tests/ |
| H A D | BulkRectTest.cpp | 28 const GrBackendFormat format = rContext->priv().caps()->getDefaultBackendFormat( in create_proxy() local
|
| H A D | CompressedBackendAllocationTest.cpp | 293 GrBackendFormat format = dContext->compressedBackendFormat(combo.fCompression); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| H A D | GrSurfaceTest.cpp | 36 auto format = context->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_MOCK_CONTEXT() local [all...] |
| H A D | OpChainTest.cpp | 180 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST() local
|
| H A D | ProgramsTest.cpp | 145 const GrBackendFormat format = caps->getDefaultBackendFormat(ct, GrRenderable::kYes); in random_surface_draw_context() local 251 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in ProgramUnitTest() local 262 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in ProgramUnitTest() local
|
| H A D | PromiseImageTest.cpp | 314 auto format = dContext->priv().caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| H A D | EncodeTest.cpp | 34 static bool encode(SkEncodedImageFormat format, SkWStream* dst, const SkPixmap& src) { in encode() argument 45 static std::unique_ptr<SkEncoder> make(SkEncodedImageFormat format, SkWStream* dst, in make() argument 57 static void test_encode(skiatest::Reporter* r, SkEncodedImageFormat format) { in test_encode() argument [all...] |
| H A D | DrawOpAtlasTest.cpp | 143 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| H A D | GrMipMappedTest.cpp | 433 GrBackendFormat format = dContext->defaultBackendFormat( in DEF_GPUTEST() local
|
| H A D | TextureProxyTest.cpp | 46 GrBackendFormat format = caps->getDefaultBackendFormat(kColorType, GrRenderable::kNo); in deferred_tex() local 62 GrBackendFormat format = caps->getDefaultBackendFormat(kColorType, GrRenderable::kYes); in deferred_texRT() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | RenderEncoderBase.cpp | 267 APISetIndexBuffer(BufferBase* buffer, wgpu::IndexFormat format, uint64_t offset, uint64_t size) APISetIndexBuffer() argument [all...] |
| H A D | SwapChain.cpp | 155 void OldSwapChainBase::APIConfigure(wgpu::TextureFormat format, in APIConfigure() argument 228 ValidateConfigure(wgpu::TextureFormat format, wgpu::TextureUsage allowedUsage, uint32_t width, uint32_t height) const ValidateConfigure() argument 304 APIConfigure(wgpu::TextureFormat format, wgpu::TextureUsage allowedUsage, uint32_t width, uint32_t height) APIConfigure() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | RenderPassCache.cpp | 63 void RenderPassCacheQuery::SetDepthStencil(wgpu::TextureFormat format, in SetDepthStencil() argument 51 SetColor(ColorAttachmentIndex index, wgpu::TextureFormat format, wgpu::LoadOp loadOp, wgpu::StoreOp storeOp, bool hasResolveTarget) SetColor() argument
|
| H A D | RenderPipelineVk.cpp | 41 VkFormat VulkanVertexFormat(wgpu::VertexFormat format) { in VulkanVertexFormat() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | RenderPassLoadOpTests.cpp | 101 void TestIntegerClearColor(wgpu::TextureFormat format, in TestIntegerClearColor() argument
|
| H A D | VertexFormatTests.cpp | 60 bool IsNormalizedFormat(wgpu::VertexFormat format) { in IsNormalizedFormat() argument 76 bool IsUnsignedFormat(wgpu::VertexFormat format) { in IsUnsignedFormat() argument 96 bool IsFloatFormat(wgpu::VertexFormat format) { in IsFloatFormat() argument 110 bool IsHalfFormat(wgpu::VertexFormat format) { in IsHalfFormat() argument 120 uint32_t BytesPerComponents(wgpu::VertexFormat format) { in BytesPerComponents() argument 160 ComponentCount(wgpu::VertexFormat format) ComponentCount() argument 223 MakeTestPipeline(wgpu::VertexFormat format, std::vector<T>& expectedData) MakeTestPipeline() argument 381 DoVertexFormatTest(wgpu::VertexFormat format, std::vector<VertexType> vertex, std::vector<ExpectedType> expectedData) DoVertexFormatTest() argument [all...] |
| H A D | VertexStateTests.cpp | 46 bool ShouldComponentBeDefault(VertexFormat format, int component) { in ShouldComponentBeDefault() argument 66 VertexFormat format; member 160 VertexFormat format; member [all...] |
| H A D | DepthStencilCopyTests.cpp | 69 PopulatePipelineDescriptorWriteDepth(utils::ComboRenderPipelineDescriptor* desc, wgpu::TextureFormat format, float regionDepth) PopulatePipelineDescriptorWriteDepth() argument
|
| H A D | IOSurfaceWrappingTests.cpp | 76 CreateSinglePlaneIOSurface(uint32_t width, uint32_t height, uint32_t format, uint32_t bytesPerElement) CreateSinglePlaneIOSurface() argument 237 DoSampleTest(IOSurfaceRef ioSurface, wgpu::TextureFormat format, void* data, size_t dataSize, RGBA8 expectedColor) DoSampleTest() argument 336 DoClearTest(IOSurfaceRef ioSurface, wgpu::TextureFormat format, void* data, size_t dataSize) DoClearTest() argument [all...] |
| H A D | QueryTests.cpp | 116 wgpu::Texture CreateRenderTexture(wgpu::TextureFormat format) { in CreateRenderTexture() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | RenderPipelineD3D12.cpp | 33 DXGI_FORMAT VertexFormatType(wgpu::VertexFormat format) { in VertexFormatType() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| H A D | MemoryServiceDmaBuf.cpp | 75 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() argument 30 GetModifierPlaneCount(const VulkanFunctions& fn, VkPhysicalDevice physicalDevice, VkFormat format, uint64_t modifier) GetModifierPlaneCount() argument 83 SupportsCreateImage(const ExternalImageDescriptor* descriptor, VkFormat format, VkImageUsageFlags usage) SupportsCreateImage() argument [all...] |
| /third_party/skia/third_party/externals/angle2/util/windows/ |
| H A D | test_utils_win.cpp | 391 void WriteDebugMessage(const char *format, ...) in WriteDebugMessage() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/utils/ |
| H A D | WGPUHelpers.cpp | 120 BindingLayoutEntryInitializationHelper( uint32_t entryBinding, wgpu::ShaderStage entryVisibility, wgpu::StorageTextureAccess storageTextureAccess, wgpu::TextureFormat format, wgpu::TextureViewDimension textureViewDimension) BindingLayoutEntryInitializationHelper() argument
|