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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 251 glTexGeniOES_t glTexGeniOES;
gl_proc.h 251 typedef void (GL_APIENTRY *glTexGeniOES_t) (GLenum, GLenum, GLint);
GLDispatch.cpp 268 s_gl.glTexGeniOES = (glTexGeniOES_t) s_gles_lib->findSymbol("glTexGeniOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 251 glTexGeniOES_t glTexGeniOES;
    [all...]
gles_proc.h 251 typedef void (* glTexGeniOES_t) (GLenum, GLenum, GLint);
gles_dispatch.cpp 253 ptr = dlsym(gles_android,"glTexGeniOES"); disp->set_glTexGeniOES((glTexGeniOES_t)ptr);

Completed in 38 milliseconds