Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLAttachment.cpp66 GrGLenum glFmt = GrGLFormatToEnum(format); in MakeStencil()
137 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), GR_GL_TEXTURE_NONE); in backendFormat()
DGrGLTexture.cpp117 info.fFormat = GrGLFormatToEnum(fFormat); in getBackendTexture()
122 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), in backendFormat()
DGrGLRenderTarget.cpp113 fbi.fFormat = GrGLFormatToEnum(this->format()); in getBackendRenderTarget()
126 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fRTFormat), GR_GL_TEXTURE_2D); in backendFormat()
DGrGLUtil.h409 static constexpr GrGLenum GrGLFormatToEnum(GrGLFormat format) { in GrGLFormatToEnum() function
DGrGLGpu.cpp1522 info.fFormat = GrGLFormatToEnum(glFormat); in onCreateCompressedBackendTexture()
1627 GR_GL_RENDERBUFFER, GrGLFormatToEnum(sFmt), kSize, kSize)); in getCompatibleStencilIndex()
3652 info.fFormat = GrGLFormatToEnum(glFormat); in onCreateBackendTexture()
3796 info.fFormat = GrGLFormatToEnum(format); in createTestingOnlyBackendRenderTarget()
3868 GL_CALL(RenderbufferStorage(GR_GL_RENDERBUFFER, GrGLFormatToEnum(stencilBufferFormat), in createTestingOnlyBackendRenderTarget()
3872 GrGLFormatToEnum(stencilBufferFormat), in createTestingOnlyBackendRenderTarget()
DGrGLGpu.h285 return GrBackendFormat::MakeGL(GrGLFormatToEnum(this->glCaps().stencilFormats()[idx]), in getPreferredStencilFormat()
DGrGLCaps.cpp4652 return GrBackendFormat::MakeGL(GrGLFormatToEnum(format), GR_GL_TEXTURE_2D); in onGetDefaultBackendFormat()
4808 GrGLenum formatEnum = GrGLFormatToEnum(combo2D.fFormat.asGLFormat()); in getTestingCombinations()
/third_party/flutter/skia/src/gpu/gl/
DGrGLTexture.cpp116 info.fFormat = GrGLFormatToEnum(fFormat); in getBackendTexture()
122 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), in backendFormat()
DGrGLRenderTarget.cpp89 fbi.fFormat = GrGLFormatToEnum(this->format()); in getBackendRenderTarget()
102 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fRTFormat), GR_GL_TEXTURE_2D); in backendFormat()
DGrGLUtil.h308 static constexpr GrGLenum GrGLFormatToEnum(GrGLFormat format) { in GrGLFormatToEnum() function
DGrGLGpu.cpp3865 info.fFormat = GrGLFormatToEnum(glFormat); in createBackendTexture()
3904 info.fFormat = GrGLFormatToEnum(glFormat); in createBackendTexture()
/third_party/skia/tests/
DProxyTest.cpp253 fboInfo.fFormat = GrGLFormatToEnum(beFormat.asGLFormat()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/tests/
DProxyTest.cpp265 fboInfo.fFormat = GrGLFormatToEnum(beFormat.asGLFormat()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp262 textureInfo.fFormat = GrGLFormatToEnum(backendFormat.asGLFormat()); in make_gl_backend_texture()
/third_party/flutter/skia/src/gpu/
DGrAHardwareBufferUtils.cpp262 textureInfo.fFormat = GrGLFormatToEnum(backendFormat.asGLFormat()); in make_gl_backend_texture()