Searched refs:GrGLFormatToEnum (Results 1 – 7 of 7) sorted by relevance
116 info.fFormat = GrGLFormatToEnum(fFormat); in getBackendTexture()122 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), in backendFormat()
86 fbi.fFormat = GrGLFormatToEnum(this->format()); in getBackendRenderTarget()99 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fRTFormat), GR_GL_TEXTURE_2D); in backendFormat()
315 static constexpr GrGLenum GrGLFormatToEnum(GrGLFormat format) { in GrGLFormatToEnum() function
1493 info.fFormat = GrGLFormatToEnum(glFormat); in onCreateCompressedBackendTexture()3807 info.fFormat = GrGLFormatToEnum(glFormat); in onCreateBackendTexture()3937 info.fFormat = GrGLFormatToEnum(format); in createTestingOnlyBackendRenderTarget()
4280 return GrBackendFormat::MakeGL(GrGLFormatToEnum(format), GR_GL_TEXTURE_2D); in onGetDefaultBackendFormat()
249 fboInfo.fFormat = GrGLFormatToEnum(beFormat.asGLFormat()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
262 textureInfo.fFormat = GrGLFormatToEnum(backendFormat.asGLFormat()); in make_gl_backend_texture()