Searched refs:fboTarget (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 396 void bindSurfaceFBOForPixelOps(GrSurface* surface, GrGLenum fboTarget, GrGLIRect* viewport, 400 void unbindTextureFBOForPixelOps(GrGLenum fboTarget, GrSurface* surface);
|
D | GrGLGpu.cpp | 3348 void GrGLGpu::bindSurfaceFBOForPixelOps(GrSurface* surface, GrGLenum fboTarget, GrGLIRect* viewport, in bindSurfaceFBOForPixelOps() argument 3364 GR_GL_CALL(this->glInterface(), BindFramebuffer(fboTarget, *tempFBOID)); in bindSurfaceFBOForPixelOps() 3365 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget, in bindSurfaceFBOForPixelOps() 3377 GR_GL_CALL(this->glInterface(), BindFramebuffer(fboTarget, rt->renderFBOID())); in bindSurfaceFBOForPixelOps() 3382 void GrGLGpu::unbindTextureFBOForPixelOps(GrGLenum fboTarget, GrSurface* surface) { in unbindTextureFBOForPixelOps() argument 3387 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()
|