Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLAttachment.cpp112 GrGLenum glFmt = gpu->glCaps().getRenderbufferInternalFormat(format); in MakeMSAA()
H A DGrGLCaps.h253 GrGLenum getRenderbufferInternalFormat(GrGLFormat format) const { in getRenderbufferInternalFormat() function
H A DGrGLGpu.cpp1406 colorRenderbufferFormat = this->glCaps().getRenderbufferInternalFormat(desc.fFormat); in createRenderTargetObjects()
4095 this->glCaps().getRenderbufferInternalFormat(GrGLFormat::kBGRA8) != GR_GL_BGRA8) { in createTestingOnlyBackendRenderTarget()
4183 GrGLenum renderBufferFormat = this->glCaps().getRenderbufferInternalFormat(format); in createTestingOnlyBackendRenderTarget()
H A DGrGLCaps.cpp3599 GrGLenum glFormat = this->getRenderbufferInternalFormat(grGLFormat); in setupSampleCounts()