Home
last modified time | relevance | path

Searched refs:PFNGLBEGINQUERYEXT (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.h93 typedef void (GL_APIENTRY *PFNGLBEGINQUERYEXT) (GLenum target, GLuint id); typedef
142 PFNGLBEGINQUERYEXT glBeginQueryEXT;
DPVRTgles2Ext.cpp147 glBeginQueryEXT = (PFNGLBEGINQUERYEXT) PVRGetProcAddress(glBeginQueryEXT); in LoadExtensions()