Home
last modified time | relevance | path

Searched refs:getRenderbufferInternalFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLAttachment.cpp103 GrGLenum glFmt = gpu->glCaps().getRenderbufferInternalFormat(format); in MakeMSAA()
DGrGLCaps.h219 GrGLenum getRenderbufferInternalFormat(GrGLFormat format) const { in getRenderbufferInternalFormat() function
DGrGLGpu.cpp1245 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()
DGrGLCaps.cpp3277 GrGLenum glFormat = this->getRenderbufferInternalFormat(grGLFormat); in setupSampleCounts()