Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES3_autogen.h23 bool ValidateBeginQuery(const Context *context,
H A DvalidationES3.cpp1664 bool ValidateBeginQuery(const Context *context, in ValidateBeginQuery() function
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp43 ValidateBeginQuery(context, angle::EntryPoint::GLBeginQuery, targetPacked, in GL_BeginQuery()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.h1036 …bool ValidateBeginQuery(const CMD_BUFFER_STATE* cb_state, const QueryObject& query_obj, VkFlags fl…
H A 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()