Home
last modified time | relevance | path

Searched refs:GrGLFormatToEnum (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLTexture.cpp116 info.fFormat = GrGLFormatToEnum(fFormat); in getBackendTexture()
121 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), in backendFormat()
DGrGLAttachment.cpp31 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), GR_GL_TEXTURE_NONE); in backendFormat()
DGrGLRenderTarget.cpp106 fbi.fFormat = GrGLFormatToEnum(this->format()); in getBackendRenderTarget()
119 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fRTFormat), GR_GL_TEXTURE_2D); in backendFormat()
DGrGLUtil.h344 static constexpr GrGLenum GrGLFormatToEnum(GrGLFormat format) { in GrGLFormatToEnum() function
DGrGLGpu.cpp1460 info.fFormat = GrGLFormatToEnum(glFormat); in onCreateCompressedBackendTexture()
1565 GR_GL_RENDERBUFFER, GrGLFormatToEnum(sFmt), kSize, kSize)); in getCompatibleStencilIndex()
1706 GrGLenum glFmt = GrGLFormatToEnum(sFmt); in makeStencilAttachment()
3621 info.fFormat = GrGLFormatToEnum(glFormat); in onCreateBackendTexture()
3765 info.fFormat = GrGLFormatToEnum(format); in createTestingOnlyBackendRenderTarget()
3837 GL_CALL(RenderbufferStorage(GR_GL_RENDERBUFFER, GrGLFormatToEnum(stencilBufferFormat), in createTestingOnlyBackendRenderTarget()
3841 GrGLFormatToEnum(stencilBufferFormat), in createTestingOnlyBackendRenderTarget()
DGrGLGpu.h275 return GrBackendFormat::MakeGL(GrGLFormatToEnum(this->glCaps().stencilFormats()[idx]), in getPreferredStencilFormat()
DGrGLCaps.cpp4437 return GrBackendFormat::MakeGL(GrGLFormatToEnum(format), GR_GL_TEXTURE_2D); in onGetDefaultBackendFormat()
4589 GrGLenum formatEnum = GrGLFormatToEnum(combo2D.fFormat.asGLFormat()); in getTestingCombinations()
/external/skia/tests/
DProxyTest.cpp253 fboInfo.fFormat = GrGLFormatToEnum(beFormat.asGLFormat()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp262 textureInfo.fFormat = GrGLFormatToEnum(backendFormat.asGLFormat()); in make_gl_backend_texture()