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

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

Completed in 29 milliseconds