Home
last modified time | relevance | path

Searched defs:getQueryObjectui64v (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h384 PFNGLGETQUERYOBJECTUI64VPROC getQueryObjectui64v = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl343 glGetQueryObjectui64vFunc getQueryObjectui64v; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp1715 void Context::getQueryObjectui64v(QueryID id, GLenum pname, GLuint64 *params) in getQueryObjectui64v() function in gl::Context