Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h145 PFNGLGETQUERYOBJECTIVPROC getQueryObjectiv = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl342 glGetQueryObjectivFunc getQueryObjectiv; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp1673 void Context::getQueryObjectiv(QueryID id, GLenum pname, GLint *params) in getQueryObjectiv() function in gl::Context