Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp288 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface()
302 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface()
316 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp208 GET_PROC(BindFramebuffer); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp288 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp3001 GL_CALL(BindFramebuffer(target, fboid)); in bindFramebuffer()
/external/angle/extensions/
DANGLE_framebuffer_blit.txt63 Accepted by the <target> parameter of BindFramebuffer,
205 void BindFramebuffer(enum target, uint framebuffer);
215 BindFramebuffer may also be used to bind an existing
225 BindFramebuffer with <target> set to FRAMEBUFFER binds the
253 though BindFramebuffer had been executed with the corresponding
347 The error INVALID_ENUM is generated if BindFramebuffer,
DCHROMIUM_bind_generates_resource.txt76 If BIND_GENERATES_RESOURCE_CHROMIUM is false, BindFramebuffer fails and an
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_fbo.c334 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/drivers/dri/i915/
Dintel_fbo.c768 intel->ctx.Driver.BindFramebuffer = intel_bind_framebuffer; in intel_fbo_init()
/external/skia/tools/gpu/gl/interface/
Dinterface.json5364 "BindFramebuffer", "BindRenderbuffer", "CheckFramebufferStatus",
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c873 radeon->glCtx.Driver.BindFramebuffer = radeon_bind_framebuffer; in radeon_fbo_init()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c873 radeon->glCtx.Driver.BindFramebuffer = radeon_bind_framebuffer; in radeon_fbo_init()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1416 { "glBindFramebuffer", _O(BindFramebuffer) },
/external/mesa3d/src/mesa/main/
Dfbobject.c3146 if ((bindDrawBuf || bindReadBuf) && ctx->Driver.BindFramebuffer) { in _mesa_bind_framebuffers()
3150 ctx->Driver.BindFramebuffer(ctx, in _mesa_bind_framebuffers()
Ddd.h780 void (*BindFramebuffer)(struct gl_context *ctx, GLenum target, member
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp145 ANGLE_CAPTURE(BindFramebuffer, isCallValid, context, target, framebufferPacked); in GL_BindFramebuffer()
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp184 ANGLE_CAPTURE(BindFramebuffer, isCallValid, context, target, framebufferPacked); in GL_BindFramebuffer()