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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 173 glDrawTexxOES_t glDrawTexxOES;
gl_proc.h 173 typedef void (GL_APIENTRY *glDrawTexxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
GLDispatch.cpp 190 s_gl.glDrawTexxOES = (glDrawTexxOES_t) s_gles_lib->findSymbol("glDrawTexxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 173 glDrawTexxOES_t glDrawTexxOES;
445 glDrawTexxOES_t set_glDrawTexxOES(glDrawTexxOES_t f) { glDrawTexxOES_t retval = glDrawTexxOES; glDrawTexxOES = f; return retval;}
    [all...]
gles_proc.h 173 typedef void (* glDrawTexxOES_t) (GLfixed, GLfixed, GLfixed, GLfixed, GLfixed);
gles_dispatch.cpp 175 ptr = dlsym(gles_android,"glDrawTexxOES"); disp->set_glDrawTexxOES((glDrawTexxOES_t)ptr);

Completed in 27 milliseconds