/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrDirectContext.cpp | 573 const GrBackendFormat& backendFormat, in createBackendTexture() 650 const GrBackendFormat& backendFormat, in create_and_clear_backend_texture() 716 const GrBackendFormat& backendFormat, in createBackendTexture() 804 GrBackendFormat backendFormat = this->defaultBackendFormat(colorType, renderable); in createBackendTexture() local 917 const GrBackendFormat& backendFormat, in create_and_update_compressed_backend_texture() 942 const GrBackendFormat& backendFormat, in createCompressedBackendTexture() 993 const GrBackendFormat& backendFormat, in createCompressedBackendTexture()
|
H A D | GrProgramDesc.cpp | 69 const GrBackendFormat& backendFormat = sampler.backendFormat(); in add_geomproc_sampler_keys() local 131 const GrBackendFormat& backendFormat = te->view().proxy()->backendFormat(); in gen_fp_key() local
|
H A D | GrGeometryProcessor.cpp | 63 const GrBackendFormat& backendFormat, in TextureSampler() 69 const GrBackendFormat& backendFormat, in reset()
|
H A D | GrAHardwareBufferUtils.cpp | 58 const GrBackendFormat& backendFormat, in MakeBackendTexture()
|
/aosp_15_r20/external/skia/tools/ |
H A D | DDLPromiseImageHelper.h | 36 PromiseImageCallbackContext(GrDirectContext* direct, GrBackendFormat backendFormat) in PromiseImageCallbackContext() 42 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat() function 184 const GrBackendFormat& backendFormat(int index) const { in backendFormat() function
|
H A D | DDLPromiseImageHelper.cpp | 234 GrBackendFormat backendFormat = direct->defaultBackendFormat(yuvPixmap.colorType(), in createCallbackContexts() local 251 GrBackendFormat backendFormat = direct->defaultBackendFormat(baseLevel.colorType(), in createCallbackContexts() local 357 const GrBackendFormat& backendFormat = curImage.backendFormat(0); in CreatePromiseImages() local
|
/aosp_15_r20/external/skia/include/private/chromium/ |
H A D | GrSurfaceCharacterization.h | 96 const GrBackendFormat& backendFormat() const { return fBackendFormat; } in backendFormat() function 130 const GrBackendFormat& backendFormat, in GrSurfaceCharacterization() 163 const GrBackendFormat& backendFormat, in set()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockTexture.h | 61 GrBackendFormat backendFormat() const override { in backendFormat() function 150 GrBackendFormat backendFormat() const override { in backendFormat() function 212 GrBackendFormat backendFormat() const override { in backendFormat() function
|
H A D | GrMockAttachment.h | 40 GrBackendFormat backendFormat() const override { in backendFormat() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/image/ |
H A D | SkImage_GaneshBase.cpp | 83 GrBackendFormat backendFormat = tex.getBackendFormat(); in ValidateBackendTexture() local 106 GrBackendFormat backendFormat = tex.getBackendFormat(); in ValidateCompressedBackendTexture() local 312 const GrBackendFormat& backendFormat, in MakePromiseImageLazyProxy()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | AHardwareBufferGL.cpp | 121 const GrBackendFormat& backendFormat, in make_gl_backend_texture() 208 const GrBackendFormat& backendFormat, in MakeGLBackendTexture()
|
H A D | GrGLTextureRenderTarget.h | 58 GrBackendFormat backendFormat() const override { in backendFormat() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | QuadPerEdgeAA.cpp | 630 const GrBackendFormat& backendFormat, in Make() 847 const GrBackendFormat& backendFormat, in QuadPerEdgeAAGeometryProcessor() 936 const GrBackendFormat& backendFormat, in MakeTexturedProcessor()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PromiseImageTest.cpp | 169 GrBackendFormat backendFormat = backendTex.getBackendFormat(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 405 GrBackendFormat backendFormat = in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/ |
H A D | GrMtlTextureRenderTarget.h | 30 GrBackendFormat backendFormat() const override { in backendFormat() function
|
H A D | GrMtlAttachment.mm | 179 GrBackendFormat GrMtlAttachment::backendFormat() const { function
|
H A D | GrMtlTexture.mm | 140 GrBackendFormat GrMtlTexture::backendFormat() const { function
|
H A D | GrMtlRenderTarget.mm | 114 GrBackendFormat GrMtlRenderTarget::backendFormat() const { function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DAttachment.h | 28 GrBackendFormat backendFormat() const override { return GrBackendFormat::MakeDxgi(fFormat); } in backendFormat() function
|
H A D | GrD3DTextureRenderTarget.h | 41 GrBackendFormat backendFormat() const override { return this->getBackendFormat(); } in backendFormat() function
|
H A D | GrD3DTexture.h | 44 GrBackendFormat backendFormat() const override { return this->getBackendFormat(); } in backendFormat() function
|
H A D | GrD3DRenderTarget.h | 32 GrBackendFormat backendFormat() const override { return this->getBackendFormat(); } in backendFormat() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkTextureRenderTarget.h | 61 GrBackendFormat backendFormat() const override { return GrVkTexture::backendFormat(); } in backendFormat() function
|
H A D | GrVkTexture.h | 61 GrBackendFormat backendFormat() const override { return fTexture->backendFormat(); } in backendFormat() function
|
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/ |
H A D | SkSurface_AndroidFactories.cpp | 83 GrBackendFormat backendFormat = GrAHardwareBufferUtils::GetBackendFormat( in WrapAndroidHardwareBuffer() local
|