Searched refs:BindFramebuffer (Results 1 – 20 of 20) sorted by relevance
/external/skia/bench/ |
D | GLBench.cpp | 133 GR_GL_CALL(gl, BindFramebuffer(GR_GL_FRAMEBUFFER, framebuffer)); in SetupFramebuffer()
|
D | GLVec4ScalarBench.cpp | 285 GR_GL_CALL(gl, BindFramebuffer(GR_GL_FRAMEBUFFER, 0)); in teardown()
|
D | GLVertexAttributesBench.cpp | 253 GR_GL_CALL(gl, BindFramebuffer(GR_GL_FRAMEBUFFER, 0)); in teardown()
|
D | GLInstancedArraysBench.cpp | 376 GR_GL_CALL(gl, BindFramebuffer(GR_GL_FRAMEBUFFER, 0)); in teardown()
|
/external/skia/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 98 GR_GL_CALL(interface, BindFramebuffer(GR_GL_FRAMEBUFFER, this->renderFBOID())); in completeStencilAttachment()
|
D | GrGLAssembleInterface.cpp | 279 GET_PROC(BindFramebuffer); in GrGLAssembleGLInterface() 294 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLAssembleGLInterface() 691 GET_PROC(BindFramebuffer); in GrGLAssembleGLESInterface()
|
D | GrGLGpu.cpp | 1212 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, idDesc->fRTFBOID)); in createRenderTargetObjects() 1227 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, idDesc->fTexFBOID)); in createRenderTargetObjects() 1455 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, fb)); in getCompatibleStencilIndex() 1507 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, 0)); in getCompatibleStencilIndex() 2064 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, glRT->renderFBOID())); in discard() 2396 GL_CALL(BindFramebuffer(GR_GL_READ_FRAMEBUFFER, renderTarget->textureFBOID())); in onReadPixels() 2514 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, target->renderFBOID())); in flushRenderTarget() 2717 GL_CALL(BindFramebuffer(GR_GL_READ_FRAMEBUFFER, rt->renderFBOID())); in onResolveRenderTarget() 2718 GL_CALL(BindFramebuffer(GR_GL_DRAW_FRAMEBUFFER, rt->textureFBOID())); in onResolveRenderTarget() 3244 GR_GL_CALL(this->glInterface(), BindFramebuffer(fboTarget, *tempFBOID)); in bindSurfaceFBOForCopy() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_fbo.c | 309 functions->BindFramebuffer = nouveau_bind_framebuffer; in nouveau_fbo_functions_init()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 89 BindBuffer, BindFramebuffer, BindRenderbuffer and BindTexture functions
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 798 functions->BindFramebuffer = st_bind_framebuffer; in st_init_fbo_functions()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_fbo.c | 952 intel->ctx.Driver.BindFramebuffer = intel_bind_framebuffer; in intel_fbo_init()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 952 intel->ctx.Driver.BindFramebuffer = intel_bind_framebuffer; in intel_fbo_init()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_fbo.c | 952 intel->ctx.Driver.BindFramebuffer = intel_bind_framebuffer; in intel_fbo_init()
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 664 PFNBINDFRAMEBUFFERPROC BindFramebuffer; variable 1877 BindFramebuffer = (PFNBINDFRAMEBUFFERPROC)IntGetProcAddress("glBindFramebuffer"); in Switch_BindFramebuffer() 1878 BindFramebuffer(target, framebuffer); in Switch_BindFramebuffer() 2652 BindFramebuffer = Switch_BindFramebuffer; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1267 extern void (CODEGEN_FUNCPTR *BindFramebuffer)(GLenum target, GLuint framebuffer);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_fbo.c | 954 radeon->glCtx->Driver.BindFramebuffer = radeon_bind_framebuffer; in radeon_fbo_init()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fbo.c | 954 radeon->glCtx->Driver.BindFramebuffer = radeon_bind_framebuffer; in radeon_fbo_init()
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 1843 if ((bindDrawBuf || bindReadBuf) && ctx->Driver.BindFramebuffer) { in _mesa_BindFramebufferEXT() 1844 ctx->Driver.BindFramebuffer(ctx, target, newDrawFb, newReadFb); in _mesa_BindFramebufferEXT()
|
D | dd.h | 602 void (*BindFramebuffer)(struct gl_context *ctx, GLenum target, member
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 84 #define glBindFramebuffer MANGLE(BindFramebuffer)
|