Searched refs:ValidateBeginQuery (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationES3_autogen.h | 20 bool ValidateBeginQuery(const Context *context, QueryType targetPacked, QueryID idPacked);
|
D | validationES3.cpp | 1466 bool ValidateBeginQuery(const Context *context, QueryType target, QueryID id) in ValidateBeginQuery() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 37 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in GL_BeginQuery()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 1036 …bool ValidateBeginQuery(const CMD_BUFFER_STATE* cb_state, const QueryObject& query_obj, VkFlags fl…
|
D | core_validation.cpp | 9035 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/ |
D | entry_points_gl_1_autogen.cpp | 10195 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in GL_BeginQuery()
|