Home
last modified time | relevance | path

Searched defs:backendFormat (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDirectContext.cpp573 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 DGrProgramDesc.cpp69 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 DGrGeometryProcessor.cpp63 const GrBackendFormat& backendFormat, in TextureSampler()
69 const GrBackendFormat& backendFormat, in reset()
H A DGrAHardwareBufferUtils.cpp58 const GrBackendFormat& backendFormat, in MakeBackendTexture()
/aosp_15_r20/external/skia/tools/
H A DDDLPromiseImageHelper.h36 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 DDDLPromiseImageHelper.cpp234 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 DGrSurfaceCharacterization.h96 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 DGrMockTexture.h61 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 DGrMockAttachment.h40 GrBackendFormat backendFormat() const override { in backendFormat() function
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_GaneshBase.cpp83 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 DAHardwareBufferGL.cpp121 const GrBackendFormat& backendFormat, in make_gl_backend_texture()
208 const GrBackendFormat& backendFormat, in MakeGLBackendTexture()
H A DGrGLTextureRenderTarget.h58 GrBackendFormat backendFormat() const override { in backendFormat() function
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DQuadPerEdgeAA.cpp630 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 DPromiseImageTest.cpp169 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 DGrMtlTextureRenderTarget.h30 GrBackendFormat backendFormat() const override { in backendFormat() function
H A DGrMtlAttachment.mm179 GrBackendFormat GrMtlAttachment::backendFormat() const { function
H A DGrMtlTexture.mm140 GrBackendFormat GrMtlTexture::backendFormat() const { function
H A DGrMtlRenderTarget.mm114 GrBackendFormat GrMtlRenderTarget::backendFormat() const { function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DAttachment.h28 GrBackendFormat backendFormat() const override { return GrBackendFormat::MakeDxgi(fFormat); } in backendFormat() function
H A DGrD3DTextureRenderTarget.h41 GrBackendFormat backendFormat() const override { return this->getBackendFormat(); } in backendFormat() function
H A DGrD3DTexture.h44 GrBackendFormat backendFormat() const override { return this->getBackendFormat(); } in backendFormat() function
H A DGrD3DRenderTarget.h32 GrBackendFormat backendFormat() const override { return this->getBackendFormat(); } in backendFormat() function
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkTextureRenderTarget.h61 GrBackendFormat backendFormat() const override { return GrVkTexture::backendFormat(); } in backendFormat() function
H A DGrVkTexture.h61 GrBackendFormat backendFormat() const override { return fTexture->backendFormat(); } in backendFormat() function
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/
H A DSkSurface_AndroidFactories.cpp83 GrBackendFormat backendFormat = GrAHardwareBufferUtils::GetBackendFormat( in WrapAndroidHardwareBuffer() local

123