Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h203 glMaterialxvOES_t glMaterialxvOES;
475glMaterialxvOES_t set_glMaterialxvOES(glMaterialxvOES_t f) { glMaterialxvOES_t retval = glMaterial… in set_glMaterialxvOES()
Dgles_proc.h203 typedef void (* glMaterialxvOES_t) (GLenum, GLenum, const GLfixed*); typedef
Dgles_dispatch.cpp205 ptr = dlsym(gles_android,"glMaterialxvOES"); disp->set_glMaterialxvOES((glMaterialxvOES_t)ptr); in create_gles_dispatch()