Home
last modified time | relevance | path

Searched refs:glIsFramebufferOES (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h215 {"glIsFramebufferOES", (void*)glIsFramebufferOES},
Dgl_client_context.h235 glIsFramebufferOES_client_proc_t glIsFramebufferOES; member
Dgl_client_context.cpp235 glIsFramebufferOES = (glIsFramebufferOES_client_proc_t) getProc("glIsFramebufferOES", userData); in initDispatchByName()
Dgl_entry.cpp230 GLboolean glIsFramebufferOES(GLuint framebuffer);
1647 GLboolean glIsFramebufferOES(GLuint framebuffer) in glIsFramebufferOES() function
1650 return ctx->glIsFramebufferOES(ctx, framebuffer); in glIsFramebufferOES()
Dgl_enc.cpp9152 this->glIsFramebufferOES = &glIsFramebufferOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries37 GLboolean glIsFramebufferOES(GLuint framebuffer);
Dgles1_extensions_dispatch_logging_wrappers.impl165 DISPATCH_DEBUG_LOG("glIsFramebufferOES(framebuffer:%d)", framebuffer);
Dgles12tr_internal.entries173 GLboolean glIsFramebufferOES( GLuint framebuffer);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h40 GL_APICALL GLboolean GL_APIENTRY glIsFramebufferOES(GLuint framebuffer);
Dgles1_extensions_functions.h40 X(GLboolean, glIsFramebufferOES, (GLuint framebuffer), (framebuffer)) \
Dgles12tr_internal.h175 X(GLboolean, glIsFramebufferOES, (GLuint framebuffer), (framebuffer)) \
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in134 glIsFramebufferOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in134 glIsFramebufferOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h241 glIsFramebufferOES_server_proc_t glIsFramebufferOES; member
Dgles1_server_context.cpp235 glIsFramebufferOES = (glIsFramebufferOES_server_proc_t) getProc("glIsFramebufferOES", userData); in initDispatchByName()
Dgles1_dec.cpp4588 *(GLboolean *)(&tmpBuf[0]) = this->glIsFramebufferOES(var_framebuffer); in decode()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp170 GL_API GLboolean GLAPIENTRY glIsFramebufferOES(GLuint framebuffer);
298 …ufferOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glIsFramebufferOES); in getProcAddressGles1()
2498 GL_API GLboolean GLAPIENTRY glIsFramebufferOES(GLuint framebuffer) { in glIsFramebufferOES() function
/hardware/google/gfxstream/include/GLES/
Dglext.h654 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in230 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h297 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h762 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);