Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.h280 glExtGetTexturesQCOM_t glExtGetTexturesQCOM;
552glExtGetTexturesQCOM_t set_glExtGetTexturesQCOM(glExtGetTexturesQCOM_t f) { glExtGetTexturesQCOM_t in set_glExtGetTexturesQCOM()
Dgles_proc.h280 typedef void (* glExtGetTexturesQCOM_t) (GLuint*, GLint, GLint*); typedef
Dgles_dispatch.cpp282 …(gles_android,"glExtGetTexturesQCOM"); disp->set_glExtGetTexturesQCOM((glExtGetTexturesQCOM_t)ptr); in create_gles_dispatch()