Home
last modified time | relevance | path

Searched refs:BindFramebuffer (Results 1 – 20 of 20) sorted by relevance

/external/skia/bench/
DGLBench.cpp133 GR_GL_CALL(gl, BindFramebuffer(GR_GL_FRAMEBUFFER, framebuffer)); in SetupFramebuffer()
DGLVec4ScalarBench.cpp285 GR_GL_CALL(gl, BindFramebuffer(GR_GL_FRAMEBUFFER, 0)); in teardown()
DGLVertexAttributesBench.cpp253 GR_GL_CALL(gl, BindFramebuffer(GR_GL_FRAMEBUFFER, 0)); in teardown()
DGLInstancedArraysBench.cpp376 GR_GL_CALL(gl, BindFramebuffer(GR_GL_FRAMEBUFFER, 0)); in teardown()
/external/skia/src/gpu/gl/
DGrGLRenderTarget.cpp98 GR_GL_CALL(interface, BindFramebuffer(GR_GL_FRAMEBUFFER, this->renderFBOID())); in completeStencilAttachment()
DGrGLAssembleInterface.cpp279 GET_PROC(BindFramebuffer); in GrGLAssembleGLInterface()
294 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLAssembleGLInterface()
691 GET_PROC(BindFramebuffer); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp1212 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/
Dnouveau_fbo.c309 functions->BindFramebuffer = nouveau_bind_framebuffer; in nouveau_fbo_functions_init()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.lifetime.txt89 BindBuffer, BindFramebuffer, BindRenderbuffer and BindTexture functions
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c798 functions->BindFramebuffer = st_bind_framebuffer; in st_init_fbo_functions()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_fbo.c952 intel->ctx.Driver.BindFramebuffer = intel_bind_framebuffer; in intel_fbo_init()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c952 intel->ctx.Driver.BindFramebuffer = intel_bind_framebuffer; in intel_fbo_init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c952 intel->ctx.Driver.BindFramebuffer = intel_bind_framebuffer; in intel_fbo_init()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp664 PFNBINDFRAMEBUFFERPROC BindFramebuffer; variable
1877 BindFramebuffer = (PFNBINDFRAMEBUFFERPROC)IntGetProcAddress("glBindFramebuffer"); in Switch_BindFramebuffer()
1878 BindFramebuffer(target, framebuffer); in Switch_BindFramebuffer()
2652 BindFramebuffer = Switch_BindFramebuffer; in InitializeVariables()
Dgl_core_3_1.hpp1267 extern void (CODEGEN_FUNCPTR *BindFramebuffer)(GLenum target, GLuint framebuffer);
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c954 radeon->glCtx->Driver.BindFramebuffer = radeon_bind_framebuffer; in radeon_fbo_init()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c954 radeon->glCtx->Driver.BindFramebuffer = radeon_bind_framebuffer; in radeon_fbo_init()
/external/mesa3d/src/mesa/main/
Dfbobject.c1843 if ((bindDrawBuf || bindReadBuf) && ctx->Driver.BindFramebuffer) { in _mesa_BindFramebufferEXT()
1844 ctx->Driver.BindFramebuffer(ctx, target, newDrawFb, newReadFb); in _mesa_BindFramebufferEXT()
Ddd.h602 void (*BindFramebuffer)(struct gl_context *ctx, GLenum target, member
/external/mesa3d/include/GL/
Dgl_mangle.h84 #define glBindFramebuffer MANGLE(BindFramebuffer)