Searched refs:glCheckFramebufferStatusOES (Results 1 – 21 of 21) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 219 {"glCheckFramebufferStatusOES", (void*)glCheckFramebufferStatusOES},
|
D | gl_client_context.h | 239 glCheckFramebufferStatusOES_client_proc_t glCheckFramebufferStatusOES; member
|
D | gl_client_context.cpp | 239 …glCheckFramebufferStatusOES = (glCheckFramebufferStatusOES_client_proc_t) getProc("glCheckFramebuf… in initDispatchByName()
|
D | gl_entry.cpp | 234 GLenum glCheckFramebufferStatusOES(GLenum target); 1673 GLenum glCheckFramebufferStatusOES(GLenum target) in glCheckFramebufferStatusOES() function 1676 return ctx->glCheckFramebufferStatusOES(ctx, target); in glCheckFramebufferStatusOES()
|
D | gl_enc.cpp | 9156 this->glCheckFramebufferStatusOES = &glCheckFramebufferStatusOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 41 GLenum glCheckFramebufferStatusOES(GLenum target);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 185 DISPATCH_DEBUG_LOG("glCheckFramebufferStatusOES(target:0x%X)", target);
|
D | gles12tr_internal.entries | 31 GLenum glCheckFramebufferStatusOES( GLenum target);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 44 GL_APICALL GLenum GL_APIENTRY glCheckFramebufferStatusOES(GLenum target);
|
D | gles1_extensions_functions.h | 44 X(GLenum, glCheckFramebufferStatusOES, (GLenum target), (target)) \
|
D | gles12tr_internal.h | 33 X(GLenum, glCheckFramebufferStatusOES, (GLenum target), (target)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 151 glCheckFramebufferStatusOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 151 glCheckFramebufferStatusOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 247 glCheckFramebufferStatusOES_server_proc_t glCheckFramebufferStatusOES; member
|
D | gles1_server_context.cpp | 239 …glCheckFramebufferStatusOES = (glCheckFramebufferStatusOES_server_proc_t) getProc("glCheckFramebuf… in initDispatchByName()
|
D | gles1_dec.cpp | 4676 *(GLenum *)(&tmpBuf[0]) = this->glCheckFramebufferStatusOES(var_target); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 178 GL_API GLenum GLAPIENTRY glCheckFramebufferStatusOES(GLenum target); 302 …] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glCheckFramebufferStatusOES); in getProcAddressGles1() 2574 GL_API GLenum GLAPIENTRY glCheckFramebufferStatusOES(GLenum target) { in glCheckFramebufferStatusOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 658 GL_API GLenum GL_APIENTRY glCheckFramebufferStatusOES (GLenum target);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 234 GL_ENTRY(GLenum, glCheckFramebufferStatusOES, GLenum target)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 301 GL_API GLenum GL_APIENTRY glCheckFramebufferStatusOES (GLenum target);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 766 GL_API GLenum GL_APIENTRY glCheckFramebufferStatusOES (GLenum target);
|