Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h241 glWeightPointerOES_t glWeightPointerOES;
513glWeightPointerOES_t set_glWeightPointerOES(glWeightPointerOES_t f) { glWeightPointerOES_t retval … in set_glWeightPointerOES()
Dgles_proc.h241 typedef void (* glWeightPointerOES_t) (GLint, GLenum, GLsizei, const GLvoid*); typedef
Dgles_dispatch.cpp243 … dlsym(gles_android,"glWeightPointerOES"); disp->set_glWeightPointerOES((glWeightPointerOES_t)ptr); in create_gles_dispatch()