HomeSort by relevance Sort by last modified time
    Searched refs:glXGetProcAddress (Results 1 - 15 of 15) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl_c.h 38 void * (*glXGetProcAddress)(const GLubyte *procName);
SDL_x11gl.c 447 this->gl_data->glXGetProcAddress = NULL;
496 this->gl_data->glXGetProcAddress =
546 if ( this->gl_data->glXGetProcAddress ) {
547 return this->gl_data->glXGetProcAddress((const GLubyte *)proc);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx_mangle.h 78 #define glXGetProcAddress mglXGetProcAddress
glx.h 295 extern void (*glXGetProcAddress(const GLubyte *procname))( void );
glxext.h 464 extern __GLXextFuncPtr glXGetProcAddress (const GLubyte *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx_mangle.h 78 #define glXGetProcAddress mglXGetProcAddress
glx.h 295 extern void (*glXGetProcAddress(const GLubyte *procname))( void );
glxext.h 464 extern __GLXextFuncPtr glXGetProcAddress (const GLubyte *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx_mangle.h 78 #define glXGetProcAddress mglXGetProcAddress
glx.h 295 extern void (*glXGetProcAddress(const GLubyte *procname))( void );
glxext.h 464 extern __GLXextFuncPtr glXGetProcAddress (const GLubyte *);
  /external/skia/src/gpu/unix/
GrGLCreateNativeInterface_unix.cpp 18 glXGetProcAddress(reinterpret_cast<const GLubyte*>("gl" #F));
20 glXGetProcAddress(reinterpret_cast<const GLubyte*>("gl" #F #S));
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 32 ret = (GL_FUNC_PTR)glXGetProcAddress((const GLubyte*)funcName);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 284 glXSwapIntervalEXT = (GLXSWAPINTERVALEXT)glXGetProcAddress((const GLubyte*)"glXSwapIntervalEXT");
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 35 ret = (GL_FUNC_PTR)glXGetProcAddress((const GLubyte*)funcName);

Completed in 516 milliseconds