Home
last modified time | relevance | path

Searched defs:get_and_cast_data (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/ganesh/mtl/
DGrMtlBackendSurface.mm67 static const GrMtlBackendFormatData* get_and_cast_data(const GrBackendFormat& format) { function
128 static const GrMtlBackendTextureData* get_and_cast_data(const GrBackendTexture& texture) { function
194 static const GrMtlBackendRenderTargetData* get_and_cast_data(const GrBackendRenderTarget& rt) { function
DGrMtlBackendSemaphore.mm37 static const GrMtlBackendSemaphoreData* get_and_cast_data(const GrBackendSemaphore& sem) { function
/external/skia/src/gpu/vk/
DVulkanMutableTextureState.cpp43 static const VulkanMutableTextureState* get_and_cast_data(const MutableTextureState& mts) { in get_and_cast_data() function
49 static const VulkanMutableTextureState* get_and_cast_data(const MutableTextureState* mts) { in get_and_cast_data() function
55 static VulkanMutableTextureState* get_and_cast_data(MutableTextureState* mts) { in get_and_cast_data() function
/external/skia/src/gpu/ganesh/gl/
DGrGLBackendSurface.cpp107 static const GrGLBackendFormatData* get_and_cast_data(const GrBackendFormat& format) { in get_and_cast_data() function
168 static const GrGLBackendTextureData* get_and_cast_data(const GrBackendTexture& texture) { in get_and_cast_data() function
174 static GrGLBackendTextureData* get_and_cast_data(GrBackendTexture* texture) { in get_and_cast_data() function
265 static const GrGLBackendRenderTargetData* get_and_cast_data(const GrBackendRenderTarget& rt) { in get_and_cast_data() function
/external/skia/src/gpu/ganesh/vk/
DGrVkBackendSurface.cpp111 static const GrVkBackendFormatData* get_and_cast_data(const GrBackendFormat& format) { in get_and_cast_data() function
236 static const GrVkBackendTextureData* get_and_cast_data(const GrBackendTexture& texture) { in get_and_cast_data() function
242 static GrVkBackendTextureData* get_and_cast_data(GrBackendTexture* texture) { in get_and_cast_data() function
393 static const GrVkBackendRenderTargetData* get_and_cast_data(const GrBackendRenderTarget& rt) { in get_and_cast_data() function
399 static GrVkBackendRenderTargetData* get_and_cast_data(GrBackendRenderTarget* rt) { in get_and_cast_data() function
DGrVkBackendSemaphore.cpp32 static const GrVkBackendSemaphoreData* get_and_cast_data(const GrBackendSemaphore& sem) { in get_and_cast_data() function
/external/skia/src/gpu/graphite/vk/
DVulkanBackendTexture.cpp52 static const VulkanBackendTextureData* get_and_cast_data(const BackendTexture& tex) { in get_and_cast_data() function
58 static VulkanBackendTextureData* get_and_cast_data(BackendTexture* tex) { in get_and_cast_data() function
DVulkanBackendSemaphore.cpp36 static const VulkanBackendSemaphoreData* get_and_cast_data(const BackendSemaphore& sem) { in get_and_cast_data() function
/external/skia/src/gpu/graphite/dawn/
DDawnBackendTexture.cpp48 static const DawnBackendTextureData* get_and_cast_data(const BackendTexture& tex) { in get_and_cast_data() function