/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 216 {"glBindFramebufferOES", (void*)glBindFramebufferOES},
|
D | gl_client_context.h | 236 glBindFramebufferOES_client_proc_t glBindFramebufferOES; member
|
D | gl_client_context.cpp | 236 …glBindFramebufferOES = (glBindFramebufferOES_client_proc_t) getProc("glBindFramebufferOES", userDa… in initDispatchByName()
|
D | gl_entry.cpp | 231 void glBindFramebufferOES(GLenum target, GLuint framebuffer); 1653 void glBindFramebufferOES(GLenum target, GLuint framebuffer) in glBindFramebufferOES() function 1656 ctx->glBindFramebufferOES(ctx, target, framebuffer); in glBindFramebufferOES()
|
D | GLEncoder.cpp | 1090 OVERRIDE(glBindFramebufferOES); in GLEncoder()
|
D | gl_enc.cpp | 9153 this->glBindFramebufferOES = &glBindFramebufferOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 38 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 170 DISPATCH_DEBUG_LOG("glBindFramebufferOES(target:0x%X, framebuffer:%d)", target, framebuffer);
|
D | gles12tr_internal.entries | 16 void glBindFramebufferOES( GLenum target, GLuint framebuffer);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 41 GL_APICALL void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer);
|
D | gles1_extensions_functions.h | 41 X(void, glBindFramebufferOES, (GLenum target, GLuint framebuffer), (target, framebuffer)) \
|
D | gles12tr_internal.h | 18 X(void, glBindFramebufferOES, (GLenum target, GLuint framebuffer), (target, framebuffer)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 138 API_ENTRY(glBindFramebufferOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 138 API_ENTRY(glBindFramebufferOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 242 glBindFramebufferOES_server_proc_t glBindFramebufferOES; member
|
D | gles1_server_context.cpp | 236 …glBindFramebufferOES = (glBindFramebufferOES_server_proc_t) getProc("glBindFramebufferOES", userDa… in initDispatchByName()
|
D | gles1_dec.cpp | 4610 this->glBindFramebufferOES(var_target, var_framebuffer); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 171 GL_API void GLAPIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer); 299 …ferOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glBindFramebufferOES); in getProcAddressGles1() 2539 GL_API void GLAPIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer) { in glBindFramebufferOES() function 2554 glBindFramebufferOES(GL_FRAMEBUFFER_EXT, 0); in glDeleteFramebuffersOES()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 655 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 231 GL_ENTRY(void, glBindFramebufferOES, GLenum target, GLuint framebuffer)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 298 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 763 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
|