Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/
DesextcDisjointTimerQueryBase.hpp58 typedef void (*glGetQueryObjecti64vEXTFunc)(GLuint id, GLenum pname, GLint64* params); typedef in glcts::DisjointTimerQueryBase
71 glGetQueryObjecti64vEXTFunc glGetQueryObjecti64vEXT;
DesextcDisjointTimerQueryBase.cpp60 …glGetQueryObjecti64vEXT = (glGetQueryObjecti64vEXTFunc)context.getRenderContext().getProcAddress(… in DisjointTimerQueryBase()