Home
last modified time | relevance | path

Searched refs:glBindFramebufferOES (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h216 {"glBindFramebufferOES", (void*)glBindFramebufferOES},
Dgl_client_context.h236 glBindFramebufferOES_client_proc_t glBindFramebufferOES; member
Dgl_client_context.cpp236glBindFramebufferOES = (glBindFramebufferOES_client_proc_t) getProc("glBindFramebufferOES", userDa… in initDispatchByName()
Dgl_entry.cpp231 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
1653 void glBindFramebufferOES(GLenum target, GLuint framebuffer) in glBindFramebufferOES() function
1656 ctx->glBindFramebufferOES(ctx, target, framebuffer); in glBindFramebufferOES()
DGLEncoder.cpp1090 OVERRIDE(glBindFramebufferOES); in GLEncoder()
Dgl_enc.cpp9153 this->glBindFramebufferOES = &glBindFramebufferOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries38 void glBindFramebufferOES(GLenum target, GLuint framebuffer);
Dgles1_extensions_dispatch_logging_wrappers.impl170 DISPATCH_DEBUG_LOG("glBindFramebufferOES(target:0x%X, framebuffer:%d)", target, framebuffer);
Dgles12tr_internal.entries16 void glBindFramebufferOES( GLenum target, GLuint framebuffer);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h41 GL_APICALL void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer);
Dgles1_extensions_functions.h41 X(void, glBindFramebufferOES, (GLenum target, GLuint framebuffer), (target, framebuffer)) \
Dgles12tr_internal.h18 X(void, glBindFramebufferOES, (GLenum target, GLuint framebuffer), (target, framebuffer)) \
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in138 API_ENTRY(glBindFramebufferOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in138 API_ENTRY(glBindFramebufferOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h242 glBindFramebufferOES_server_proc_t glBindFramebufferOES; member
Dgles1_server_context.cpp236glBindFramebufferOES = (glBindFramebufferOES_server_proc_t) getProc("glBindFramebufferOES", userDa… in initDispatchByName()
Dgles1_dec.cpp4610 this->glBindFramebufferOES(var_target, var_framebuffer); in decode()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp171 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/
Dglext.h655 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in231 GL_ENTRY(void, glBindFramebufferOES, GLenum target, GLuint framebuffer)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h298 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h763 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);