Searched refs:BindFramebuffer (Results 1 – 17 of 17) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 288 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface() 302 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface() 316 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 208 GET_PROC(BindFramebuffer); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 288 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 3001 GL_CALL(BindFramebuffer(target, fboid)); in bindFramebuffer()
|
/external/angle/extensions/ |
D | ANGLE_framebuffer_blit.txt | 63 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,
|
D | CHROMIUM_bind_generates_resource.txt | 76 If BIND_GENERATES_RESOURCE_CHROMIUM is false, BindFramebuffer fails and an
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_fbo.c | 334 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/drivers/dri/i915/ |
D | intel_fbo.c | 768 intel->ctx.Driver.BindFramebuffer = intel_bind_framebuffer; in intel_fbo_init()
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 364 "BindFramebuffer", "BindRenderbuffer", "CheckFramebufferStatus",
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fbo.c | 873 radeon->glCtx.Driver.BindFramebuffer = radeon_bind_framebuffer; in radeon_fbo_init()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_fbo.c | 873 radeon->glCtx.Driver.BindFramebuffer = radeon_bind_framebuffer; in radeon_fbo_init()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1416 { "glBindFramebuffer", _O(BindFramebuffer) },
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 3146 if ((bindDrawBuf || bindReadBuf) && ctx->Driver.BindFramebuffer) { in _mesa_bind_framebuffers() 3150 ctx->Driver.BindFramebuffer(ctx, in _mesa_bind_framebuffers()
|
D | dd.h | 780 void (*BindFramebuffer)(struct gl_context *ctx, GLenum target, member
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 145 ANGLE_CAPTURE(BindFramebuffer, isCallValid, context, target, framebufferPacked); in GL_BindFramebuffer()
|
/external/angle/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 184 ANGLE_CAPTURE(BindFramebuffer, isCallValid, context, target, framebufferPacked); in GL_BindFramebuffer()
|