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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 176 glDrawTexxvOES_t glDrawTexxvOES;
gl_proc.h 176 typedef void (GL_APIENTRY *glDrawTexxvOES_t) (const GLfixed*);
GLDispatch.cpp 193 s_gl.glDrawTexxvOES = (glDrawTexxvOES_t) s_gles_lib->findSymbol("glDrawTexxvOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 176 glDrawTexxvOES_t glDrawTexxvOES;
448 glDrawTexxvOES_t set_glDrawTexxvOES(glDrawTexxvOES_t f) { glDrawTexxvOES_t retval = glDrawTexxvOES; glDrawTexxvOES = f; return retval;}
    [all...]
gles_proc.h 176 typedef void (* glDrawTexxvOES_t) (const GLfixed*);
gles_dispatch.cpp 178 ptr = dlsym(gles_android,"glDrawTexxvOES"); disp->set_glDrawTexxvOES((glDrawTexxvOES_t)ptr);

Completed in 28 milliseconds