Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_5_autogen.cpp42 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in BeginQuery()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES3_autogen.h20 bool ValidateBeginQuery(const Context *context, QueryType targetPacked, QueryID idPacked);
DvalidationES3.cpp1352 bool ValidateBeginQuery(const Context *context, QueryType target, QueryID id) in ValidateBeginQuery() function
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp35 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in BeginQuery()
Dentry_points_gles_ext_autogen.cpp7401 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in BeginQueryContextANGLE()