Searched refs:GrGLFormatToEnum (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/src/gpu/gl/ |
D | GrGLAttachment.cpp | 66 GrGLenum glFmt = GrGLFormatToEnum(format); in MakeStencil() 137 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), GR_GL_TEXTURE_NONE); in backendFormat()
|
D | GrGLTexture.cpp | 117 info.fFormat = GrGLFormatToEnum(fFormat); in getBackendTexture() 122 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), in backendFormat()
|
D | GrGLRenderTarget.cpp | 113 fbi.fFormat = GrGLFormatToEnum(this->format()); in getBackendRenderTarget() 126 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fRTFormat), GR_GL_TEXTURE_2D); in backendFormat()
|
D | GrGLUtil.h | 409 static constexpr GrGLenum GrGLFormatToEnum(GrGLFormat format) { in GrGLFormatToEnum() function
|
D | GrGLGpu.cpp | 1522 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()
|
D | GrGLGpu.h | 285 return GrBackendFormat::MakeGL(GrGLFormatToEnum(this->glCaps().stencilFormats()[idx]), in getPreferredStencilFormat()
|
D | GrGLCaps.cpp | 4652 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/ |
D | GrGLTexture.cpp | 116 info.fFormat = GrGLFormatToEnum(fFormat); in getBackendTexture() 122 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), in backendFormat()
|
D | GrGLRenderTarget.cpp | 89 fbi.fFormat = GrGLFormatToEnum(this->format()); in getBackendRenderTarget() 102 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fRTFormat), GR_GL_TEXTURE_2D); in backendFormat()
|
D | GrGLUtil.h | 308 static constexpr GrGLenum GrGLFormatToEnum(GrGLFormat format) { in GrGLFormatToEnum() function
|
D | GrGLGpu.cpp | 3865 info.fFormat = GrGLFormatToEnum(glFormat); in createBackendTexture() 3904 info.fFormat = GrGLFormatToEnum(glFormat); in createBackendTexture()
|
/third_party/skia/tests/ |
D | ProxyTest.cpp | 253 fboInfo.fFormat = GrGLFormatToEnum(beFormat.asGLFormat()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/tests/ |
D | ProxyTest.cpp | 265 fboInfo.fFormat = GrGLFormatToEnum(beFormat.asGLFormat()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 262 textureInfo.fFormat = GrGLFormatToEnum(backendFormat.asGLFormat()); in make_gl_backend_texture()
|
/third_party/flutter/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 262 textureInfo.fFormat = GrGLFormatToEnum(backendFormat.asGLFormat()); in make_gl_backend_texture()
|