Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h383 PFNGLGETQUERYOBJECTI64VPROC getQueryObjecti64v = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl341 glGetQueryObjecti64vFunc getQueryObjecti64v; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp1701 void Context::getQueryObjecti64v(QueryID id, GLenum pname, GLint64 *params) in getQueryObjecti64v() function in gl::Context