Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/
DesextcDisjointTimerQueryBase.hpp56 typedef void (*glGetQueryObjectivEXTFunc)(GLuint id, GLenum pname, GLint* params); typedef in glcts::DisjointTimerQueryBase
69 glGetQueryObjectivEXTFunc glGetQueryObjectivEXT;
DesextcDisjointTimerQueryBase.cpp58 …glGetQueryObjectivEXT = (glGetQueryObjectivEXTFunc)context.getRenderContext().getProcAddress("glG… in DisjointTimerQueryBase()