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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 210 glPointSizexOES_t glPointSizexOES;
gl_proc.h 210 typedef void (GL_APIENTRY *glPointSizexOES_t) (GLfixed);
GLDispatch.cpp 227 s_gl.glPointSizexOES = (glPointSizexOES_t) s_gles_lib->findSymbol("glPointSizexOES");
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 210 glPointSizexOES_t glPointSizexOES;
    [all...]
gles_proc.h 210 typedef void (* glPointSizexOES_t) (GLfixed);
gles_dispatch.cpp 212 ptr = dlsym(gles_android,"glPointSizexOES"); disp->set_glPointSizexOES((glPointSizexOES_t)ptr);

Completed in 23 milliseconds