Home
last modified time | relevance | path

Searched refs:ValidateIsQuery (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_5_autogen.cpp391 bool isCallValid = (context->skipValidation() || ValidateIsQuery(context, idPacked)); in IsQuery()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES3_autogen.h263 bool ValidateIsQuery(const Context *context, QueryID idPacked);
DvalidationES3.cpp3607 bool ValidateIsQuery(const Context *context, QueryID id) in ValidateIsQuery() function
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp1518 bool isCallValid = (context->skipValidation() || ValidateIsQuery(context, idPacked)); in IsQuery()
Dentry_points_gles_ext_autogen.cpp16441 bool isCallValid = (context->skipValidation() || ValidateIsQuery(context, idPacked)); in IsQueryContextANGLE()