Searched refs:getQueryObjectiv (Results 1 – 8 of 8) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | QueryGL.cpp | 283 mFunctions->getQueryObjectiv(mQuery, GL_QUERY_RESULT, &result); in flush() 289 mFunctions->getQueryObjectiv(mQuery, GL_QUERY_RESULT_AVAILABLE, &available); in flush()
|
D | DispatchTableGL_autogen.cpp | 149 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()
|
D | DispatchTableGL_autogen.h | 145 PFNGLGETQUERYOBJECTIVPROC getQueryObjectiv = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_1_5_autogen.cpp | 303 context->getQueryObjectiv(idPacked, pname, params); in GetQueryObjectiv()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 293 void getQueryObjectiv(QueryID idPacked, GLenum pname, GLint *params); \
|
D | Context.cpp | 1236 void Context::getQueryObjectiv(QueryID id, GLenum pname, GLint *params) in getQueryObjectiv() function in gl::Context 1247 getQueryObjectiv(id, pname, params); in getQueryObjectivRobust()
|
D | frame_capture_replay_autogen.cpp | 1358 context->getQueryObjectiv( in ReplayCall()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 3423 context->getQueryObjectiv(idPacked, pname, params); in GetQueryObjectivEXT() 14396 context->getQueryObjectiv(idPacked, pname, params); in GetQueryObjectivEXTContextANGLE()
|