/external/deqp/framework/opengl/wrapper/ |
glwInitGL40.inl | 18 gl->bindFramebuffer = (glBindFramebufferFunc) loader->get("glBindFramebuffer"); [all...] |
glwInitGL41.inl | 19 gl->bindFramebuffer = (glBindFramebufferFunc) loader->get("glBindFramebuffer"); [all...] |
glwInitGL42.inl | 19 gl->bindFramebuffer = (glBindFramebufferFunc) loader->get("glBindFramebuffer"); [all...] |
glwInitGL43.inl | 19 gl->bindFramebuffer = (glBindFramebufferFunc) loader->get("glBindFramebuffer"); [all...] |
glwInitGL44.inl | 21 gl->bindFramebuffer = (glBindFramebufferFunc) loader->get("glBindFramebuffer"); [all...] |
glwInitGL45.inl | 21 gl->bindFramebuffer = (glBindFramebufferFunc) loader->get("glBindFramebuffer"); [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 21 gl->bindFramebuffer = glBindFramebuffer; [all...] |
/external/deqp/modules/gles31/functional/ |
es31fCopyImageTests.cpp | 893 gl.bindFramebuffer(GL_FRAMEBUFFER, *framebuffer); 967 gl.bindFramebuffer(GL_FRAMEBUFFER, 0); [all...] |
es31fBasicComputeShaderTests.cpp | [all...] |
es31fTessellationGeometryInteractionTests.cpp | [all...] |
/external/libmojo/mojo/gpu/ |
mojo_gles2_impl_autogen.h | 39 void BindFramebuffer(GLenum target, GLuint framebuffer) override; [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_fbo.c | 952 intel->ctx.Driver.BindFramebuffer = intel_bind_framebuffer;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 954 radeon->glCtx->Driver.BindFramebuffer = radeon_bind_framebuffer;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_fbo.c | 798 functions->BindFramebuffer = st_bind_framebuffer;
|
/external/skia/src/gpu/gl/ |
GrGLTestInterface.cpp | 24 fFunctions.fBindFramebuffer = bind_to_member(this, &GrGLTestInterface::bindFramebuffer);
|
GrGLTestInterface.h | 25 virtual GrGLvoid bindFramebuffer(GrGLenum target, GrGLuint framebuffer) {} [all...] |
/external/skia/tools/gpu/gl/debug/ |
DebugGLTestContext.cpp | 212 GrGLvoid bindFramebuffer(GrGLenum target, GrGLuint frameBufferID) override { [all...] |
/external/swiftshader/src/OpenGL/libGLES_CM/ |
Context.cpp | 154 bindFramebuffer(0); 1023 void Context::bindFramebuffer(GLuint framebuffer) [all...] |
libGLES_CM.cpp | 156 void BindFramebuffer(GLenum target, GLuint framebuffer) 169 context->bindFramebuffer(framebuffer); 186 context->bindFramebuffer(framebuffer); [all...] |
/external/deqp/modules/gles2/stress/ |
es2sSpecialFloatTests.cpp | 454 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fboID); 486 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fboID); [all...] |
/external/deqp/modules/glshared/ |
glsShaderExecUtil.cpp | 625 gl.bindFramebuffer(GL_FRAMEBUFFER, *framebuffer); 696 gl.bindFramebuffer(GL_FRAMEBUFFER, 0); [all...] |
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
GLEncoder.cpp | [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrGLContext.cpp | 194 void GLContext::bindFramebuffer (deUint32 target, deUint32 framebuffer)
|
sglrReferenceContext.hpp | 619 virtual void bindFramebuffer (deUint32 target, deUint32 framebuffer); [all...] |
/external/mesa3d/src/mesa/main/ |
dd.h | 602 void (*BindFramebuffer)(struct gl_context *ctx, GLenum target, [all...] |