Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A 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
H A DGrMtlBackendSemaphore.mm37 static const GrMtlBackendSemaphoreData* get_and_cast_data(const GrBackendSemaphore& sem) { function
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A 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
H A DGrVkBackendSemaphore.cpp32 static const GrVkBackendSemaphoreData* get_and_cast_data(const GrBackendSemaphore& sem) { in get_and_cast_data() function
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A 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
/aosp_15_r20/external/skia/src/gpu/vk/
H A 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
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A 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
H A DVulkanBackendSemaphore.cpp36 static const VulkanBackendSemaphoreData* get_and_cast_data(const BackendSemaphore& sem) { in get_and_cast_data() function
H A DVulkanTextureInfo.cpp71 static const VulkanTextureInfoData* get_and_cast_data(const TextureInfo& info) { in get_and_cast_data() function
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnBackendTexture.cpp49 static const DawnBackendTextureData* get_and_cast_data(const BackendTexture& tex) { in get_and_cast_data() function
H A DDawnTextureInfo.cpp78 static const DawnTextureInfoData* get_and_cast_data(const TextureInfo& info) { in get_and_cast_data() function