Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES3_autogen.h20 bool ValidateBeginQuery(const Context *context, QueryType targetPacked, QueryID idPacked);
DvalidationES3.cpp1466 bool ValidateBeginQuery(const Context *context, QueryType target, QueryID id) in ValidateBeginQuery() function
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp37 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in GL_BeginQuery()
/external/vulkan-validation-layers/layers/
Dcore_validation.h1036 …bool ValidateBeginQuery(const CMD_BUFFER_STATE* cb_state, const QueryObject& query_obj, VkFlags fl…
Dcore_validation.cpp9035 bool CoreChecks::ValidateBeginQuery(const CMD_BUFFER_STATE *cb_state, const QueryObject &query_obj,… in ValidateBeginQuery() function in CoreChecks
9095 return ValidateBeginQuery(cb_state, query_obj, flags, CMD_BEGINQUERY, "vkCmdBeginQuery()", in PreCallValidateCmdBeginQuery()
14152 bool skip = ValidateBeginQuery( in PreCallValidateCmdBeginQueryIndexedEXT()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp10195 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in GL_BeginQuery()