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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 241 glWeightPointerOES_t glWeightPointerOES;
gl_proc.h 241 typedef void (GL_APIENTRY *glWeightPointerOES_t) (GLint, GLenum, GLsizei, const GLvoid*);
GLDispatch.cpp 258 s_gl.glWeightPointerOES = (glWeightPointerOES_t) s_gles_lib->findSymbol("glWeightPointerOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 241 glWeightPointerOES_t glWeightPointerOES;
    [all...]
gles_proc.h 241 typedef void (* glWeightPointerOES_t) (GLint, GLenum, GLsizei, const GLvoid*);
gles_dispatch.cpp 243 ptr = dlsym(gles_android,"glWeightPointerOES"); disp->set_glWeightPointerOES((glWeightPointerOES_t)ptr);

Completed in 37 milliseconds