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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 200 glLineWidthxOES_t glLineWidthxOES;
gl_proc.h 200 typedef void (GL_APIENTRY *glLineWidthxOES_t) (GLfixed);
GLDispatch.cpp 217 s_gl.glLineWidthxOES = (glLineWidthxOES_t) s_gles_lib->findSymbol("glLineWidthxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 200 glLineWidthxOES_t glLineWidthxOES;
    [all...]
gles_proc.h 200 typedef void (* glLineWidthxOES_t) (GLfixed);
gles_dispatch.cpp 202 ptr = dlsym(gles_android,"glLineWidthxOES"); disp->set_glLineWidthxOES((glLineWidthxOES_t)ptr);

Completed in 551 milliseconds