Searched refs:fboTarget (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/gpu/gl/ |
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 …]
|
D | GrGLRenderTarget.h | 76 void bindForPixelOps(GrGLenum fboTarget) { in bindForPixelOps() argument 77 this->bindInternal(fboTarget, in bindForPixelOps() 101 void bindInternal(GrGLenum fboTarget, bool useMultisampleFBO);
|
D | GrGLGpu.h | 205 void bindFramebuffer(GrGLenum fboTarget, GrGLuint fboid); 523 void bindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget, 527 void unbindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget);
|
D | GrGLGpu.cpp | 2936 void GrGLGpu::bindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget, in bindSurfaceFBOForPixelOps() argument 2951 this->bindFramebuffer(fboTarget, *tempFBOID); in bindSurfaceFBOForPixelOps() 2954 FramebufferTexture2D(fboTarget, GR_GL_COLOR_ATTACHMENT0, target, texID, mipLevel)); in bindSurfaceFBOForPixelOps() 2959 rt->bindForPixelOps(fboTarget); in bindSurfaceFBOForPixelOps() 2963 void GrGLGpu::unbindSurfaceFBOForPixelOps(GrSurface* surface, int mipLevel, GrGLenum fboTarget) { in unbindSurfaceFBOForPixelOps() argument 2968 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget, in unbindSurfaceFBOForPixelOps()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.h | 179 void bindFramebuffer(GrGLenum fboTarget, GrGLuint fboid); 433 void bindSurfaceFBOForPixelOps(GrSurface* surface, GrGLenum fboTarget, 437 void unbindTextureFBOForPixelOps(GrGLenum fboTarget, GrSurface* surface);
|
D | GrGLGpu.cpp | 3093 void GrGLGpu::bindSurfaceFBOForPixelOps(GrSurface* surface, GrGLenum fboTarget, in bindSurfaceFBOForPixelOps() argument 3108 this->bindFramebuffer(fboTarget, *tempFBOID); in bindSurfaceFBOForPixelOps() 3109 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget, in bindSurfaceFBOForPixelOps() 3116 this->bindFramebuffer(fboTarget, rt->renderFBOID()); in bindSurfaceFBOForPixelOps() 3120 void GrGLGpu::unbindTextureFBOForPixelOps(GrGLenum fboTarget, GrSurface* surface) { in unbindTextureFBOForPixelOps() argument 3125 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget, in unbindTextureFBOForPixelOps()
|
/third_party/vk-gl-cts/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()
|