Searched refs:glIsFramebufferOES (Results 1 – 21 of 21) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 215 {"glIsFramebufferOES", (void*)glIsFramebufferOES},
|
D | gl_client_context.h | 235 glIsFramebufferOES_client_proc_t glIsFramebufferOES; member
|
D | gl_client_context.cpp | 235 glIsFramebufferOES = (glIsFramebufferOES_client_proc_t) getProc("glIsFramebufferOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 230 GLboolean glIsFramebufferOES(GLuint framebuffer); 1647 GLboolean glIsFramebufferOES(GLuint framebuffer) in glIsFramebufferOES() function 1650 return ctx->glIsFramebufferOES(ctx, framebuffer); in glIsFramebufferOES()
|
D | gl_enc.cpp | 9152 this->glIsFramebufferOES = &glIsFramebufferOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 37 GLboolean glIsFramebufferOES(GLuint framebuffer);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 165 DISPATCH_DEBUG_LOG("glIsFramebufferOES(framebuffer:%d)", framebuffer);
|
D | gles12tr_internal.entries | 173 GLboolean glIsFramebufferOES( GLuint framebuffer);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 40 GL_APICALL GLboolean GL_APIENTRY glIsFramebufferOES(GLuint framebuffer);
|
D | gles1_extensions_functions.h | 40 X(GLboolean, glIsFramebufferOES, (GLuint framebuffer), (framebuffer)) \
|
D | gles12tr_internal.h | 175 X(GLboolean, glIsFramebufferOES, (GLuint framebuffer), (framebuffer)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 134 glIsFramebufferOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 134 glIsFramebufferOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 241 glIsFramebufferOES_server_proc_t glIsFramebufferOES; member
|
D | gles1_server_context.cpp | 235 glIsFramebufferOES = (glIsFramebufferOES_server_proc_t) getProc("glIsFramebufferOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4588 *(GLboolean *)(&tmpBuf[0]) = this->glIsFramebufferOES(var_framebuffer); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 170 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/ |
D | glext.h | 654 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 230 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 297 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 762 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
|