Searched refs:getRenderbufferInternalFormat (Results 1 – 4 of 4) sorted by relevance
103 GrGLenum glFmt = gpu->glCaps().getRenderbufferInternalFormat(format); in MakeMSAA()
219 GrGLenum getRenderbufferInternalFormat(GrGLFormat format) const { in getRenderbufferInternalFormat() function
1245 colorRenderbufferFormat = this->glCaps().getRenderbufferInternalFormat(desc.fFormat); in createRenderTargetObjects()3779 this->glCaps().getRenderbufferInternalFormat(GrGLFormat::kBGRA8) != GR_GL_BGRA8) { in createTestingOnlyBackendRenderTarget()3850 GrGLenum renderBufferFormat = this->glCaps().getRenderbufferInternalFormat(format); in createTestingOnlyBackendRenderTarget()
3277 GrGLenum glFormat = this->getRenderbufferInternalFormat(grGLFormat); in setupSampleCounts()