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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 215 glTexEnvxOES_t glTexEnvxOES;
gl_proc.h 215 typedef void (GL_APIENTRY *glTexEnvxOES_t) (GLenum, GLenum, GLfixed);
GLDispatch.cpp 232 s_gl.glTexEnvxOES = (glTexEnvxOES_t) s_gles_lib->findSymbol("glTexEnvxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 215 glTexEnvxOES_t glTexEnvxOES;
    [all...]
gles_proc.h 215 typedef void (* glTexEnvxOES_t) (GLenum, GLenum, GLfixed);
gles_dispatch.cpp 217 ptr = dlsym(gles_android,"glTexEnvxOES"); disp->set_glTexEnvxOES((glTexEnvxOES_t)ptr);

Completed in 118 milliseconds