Searched refs:fboTarget (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/gpu/gl/ |
H A D | GrGLRenderTarget.cpp | 184 void GrGLRenderTarget::bindInternal(GrGLenum fboTarget, bool useMultisampleFBO) { in bindInternal() argument 186 this->getGLGpu()->bindFramebuffer(fboTarget, fboId); in bindInternal() 193 GL_CALL(FramebufferTexture2D(fboTarget, in bindInternal() 202 GL_CALL(FramebufferTexture2DMultisample(fboTarget, in bindInternal() 209 GL_CALL(FramebufferTexture2D(fboTarget, in bindInternal() 224 GL_CALL(FramebufferRenderbuffer(fboTarget, in bindInternal() 229 GL_CALL(FramebufferRenderbuffer(fboTarget, in bindInternal() 234 GL_CALL(FramebufferRenderbuffer(fboTarget, in bindInternal() 240 GL_CALL(FramebufferRenderbuffer(fboTarget, in bindInternal() 244 GL_CALL(FramebufferRenderbuffer(fboTarget, in bindInternal() [all...] |
H A D | GrGLRenderTarget.h | 76 void bindForPixelOps(GrGLenum fboTarget) { in bindForPixelOps() argument 77 this->bindInternal(fboTarget, in bindForPixelOps() 101 void bindInternal(GrGLenum fboTarget, bool useMultisampleFBO);
|
H A D | GrGLGpu.h | 205 void bindFramebuffer(GrGLenum fboTarget, GrGLuint fboid); 530 void bindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget, 534 void unbindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget);
|
H A D | GrGLGpu.cpp | 2947 void GrGLGpu::bindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget, in bindSurfaceFBOForPixelOps() argument 2962 this->bindFramebuffer(fboTarget, *tempFBOID); in bindSurfaceFBOForPixelOps() 2965 FramebufferTexture2D(fboTarget, GR_GL_COLOR_ATTACHMENT0, target, texID, mipLevel)); in bindSurfaceFBOForPixelOps() 2970 rt->bindForPixelOps(fboTarget); in bindSurfaceFBOForPixelOps() 2974 void GrGLGpu::unbindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget) { in unbindSurfaceFBOForPixelOps() argument 2979 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget, in unbindSurfaceFBOForPixelOps()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboInvalidateTests.cpp | 138 InvalidateDefaultFramebufferRenderCase (Context& context, const char* name, const char* description, deUint32 buffers, deUint32 fboTarget = GL_FRAMEBUFFER) in InvalidateDefaultFramebufferRenderCase() 141 , m_fboTarget (fboTarget) in InvalidateDefaultFramebufferRenderCase()
|
Completed in 11 milliseconds