Home
last modified time | relevance | path

Searched defs:fboTarget (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLRenderTarget.h96 void bindForPixelOps(GrGLenum fboTarget) { in bindForPixelOps()
H A DGrGLRenderTarget.cpp213 void GrGLRenderTarget::bindInternal(GrGLenum fboTarget, bool useMultisampleFBO) { in bindInternal()
H A DGrGLGpu.cpp3157 void GrGLGpu::bindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget, in bindSurfaceFBOForPixelOps()
3184 void GrGLGpu::unbindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget) { in unbindSurfaceFBOForPixelOps()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboInvalidateTests.cpp144 uint32_t buffers, uint32_t fboTarget = GL_FRAMEBUFFER) in InvalidateDefaultFramebufferRenderCase()