Home
last modified time | relevance | path

Searched refs:getQueryObjectiv (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DQueryGL.cpp283 mFunctions->getQueryObjectiv(mQuery, GL_QUERY_RESULT, &result); in flush()
289 mFunctions->getQueryObjectiv(mQuery, GL_QUERY_RESULT_AVAILABLE, &available); in flush()
DDispatchTableGL_autogen.cpp149 ASSIGN("glGetQueryObjectiv", getQueryObjectiv); in initProcsDesktopGL()
1125 ASSIGN("glGetQueryObjectivARB", getQueryObjectiv); in initProcsDesktopGL()
2346 ASSIGN("glGetQueryObjectivEXT", getQueryObjectiv); in initProcsGLES()
2917 getQueryObjectiv = &glGetQueryObjectivNULL; in initProcsDesktopGLNULL()
3891 getQueryObjectiv = &glGetQueryObjectivNULL; in initProcsDesktopGLNULL()
5111 getQueryObjectiv = &glGetQueryObjectivNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h145 PFNGLGETQUERYOBJECTIVPROC getQueryObjectiv = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_5_autogen.cpp303 context->getQueryObjectiv(idPacked, pname, params); in GetQueryObjectiv()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_ext_autogen.h293 void getQueryObjectiv(QueryID idPacked, GLenum pname, GLint *params); \
DContext.cpp1236 void Context::getQueryObjectiv(QueryID id, GLenum pname, GLint *params) in getQueryObjectiv() function in gl::Context
1247 getQueryObjectiv(id, pname, params); in getQueryObjectivRobust()
Dframe_capture_replay_autogen.cpp1358 context->getQueryObjectiv( in ReplayCall()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3423 context->getQueryObjectiv(idPacked, pname, params); in GetQueryObjectivEXT()
14396 context->getQueryObjectiv(idPacked, pname, params); in GetQueryObjectivEXTContextANGLE()