Searched refs:fboTarget (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 387 void bindSurfaceFBOForPixelOps(GrSurface* surface, GrGLenum fboTarget, GrGLIRect* viewport, 391 void unbindTextureFBOForPixelOps(GrGLenum fboTarget, GrSurface* surface);
|
D | GrGLGpu.cpp | 3422 void GrGLGpu::bindSurfaceFBOForPixelOps(GrSurface* surface, GrGLenum fboTarget, GrGLIRect* viewport, in bindSurfaceFBOForPixelOps() argument 3437 GR_GL_CALL(this->glInterface(), BindFramebuffer(fboTarget, *tempFBOID)); in bindSurfaceFBOForPixelOps() 3438 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget, in bindSurfaceFBOForPixelOps() 3449 GR_GL_CALL(this->glInterface(), BindFramebuffer(fboTarget, rt->renderFBOID())); in bindSurfaceFBOForPixelOps() 3454 void GrGLGpu::unbindTextureFBOForPixelOps(GrGLenum fboTarget, GrSurface* surface) { in unbindTextureFBOForPixelOps() argument 3459 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget, in unbindTextureFBOForPixelOps()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 138 …, const char* name, const char* description, deUint32 buffers, deUint32 fboTarget = GL_FRAMEBUFFER) in InvalidateDefaultFramebufferRenderCase() argument 141 , m_fboTarget (fboTarget) in InvalidateDefaultFramebufferRenderCase()
|