Home
last modified time | relevance | path

Searched refs:glWeightPointerOES_t (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h241 glWeightPointerOES_t glWeightPointerOES;
Dgl_proc.h241 typedef void (GL_APIENTRY *glWeightPointerOES_t) (GLint, GLenum, GLsizei, const GLvoid*); typedef
DGLDispatch.cpp258 s_gl.glWeightPointerOES = (glWeightPointerOES_t) s_gles_lib->findSymbol("glWeightPointerOES"); in init_gl_dispatch()