Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp153 ASSIGN("glIsQuery", isQuery); in initProcsDesktopGL()
1128 ASSIGN("glIsQueryARB", isQuery); in initProcsDesktopGL()
2130 ASSIGN("glIsQuery", isQuery); in initProcsGLES()
2350 ASSIGN("glIsQueryEXT", isQuery); in initProcsGLES()
2425 ASSIGN("glIsQueryEXT", isQuery); in initProcsGLES()
2921 isQuery = &glIsQueryNULL; in initProcsDesktopGLNULL()
3894 isQuery = &glIsQueryNULL; in initProcsDesktopGLNULL()
4895 isQuery = &glIsQueryNULL; in initProcsGLESNULL()
5115 isQuery = &glIsQueryNULL; in initProcsGLESNULL()
5190 isQuery = &glIsQueryNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h149 PFNGLISQUERYPROC isQuery = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_3_0_autogen.h98 GLboolean isQuery(QueryID idPacked) const; \
Dframe_capture_replay_autogen.cpp1750 context->isQuery(params.getParam("idPacked", ParamType::TQueryID, 0).value.QueryIDVal); in ReplayCall()
DContext.cpp6892 GLboolean Context::isQuery(QueryID id) const in isQuery() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_5_autogen.cpp394 returnValue = context->isQuery(idPacked); in IsQuery()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp1521 returnValue = context->isQuery(idPacked); in IsQuery()
Dentry_points_gles_ext_autogen.cpp3508 returnValue = context->isQuery(idPacked); in IsQueryEXT()
16444 returnValue = context->isQuery(idPacked); in IsQueryContextANGLE()
16473 returnValue = context->isQuery(idPacked); in IsQueryEXTContextANGLE()