Searched defs:out_result (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 438 out_result; in triggerPreciseCoverageDeltaUpdate() local 352 coverageToProtocol( V8InspectorImpl* inspector, const v8::debug::Coverage& coverage, std::unique_ptr<protocol::Array<protocol::Profiler::ScriptCoverage>>* out_result) coverageToProtocol() argument 411 takePreciseCoverage( std::unique_ptr<protocol::Array<protocol::Profiler::ScriptCoverage>>* out_result, double* out_timestamp) takePreciseCoverage() argument 444 getBestEffortCoverage( std::unique_ptr<protocol::Array<protocol::Profiler::ScriptCoverage>>* out_result) getBestEffortCoverage() argument 513 takeTypeProfile( std::unique_ptr<protocol::Array<protocol::Profiler::ScriptTypeProfile>>* out_result) takeTypeProfile() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cPipelineStatisticsQueryTests.cpp | 306 executeQuery(glw::GLenum query_type, glw::GLuint qo_id, glw::GLuint qo_bo_id, PFNQUERYDRAWHANDLERPROC pfn_draw, void* draw_user_arg, const glu::RenderContext& render_context, tcu::TestContext& test_context, const glu::ContextInfo& context_info, _test_execution_result* out_result, bool& skipped) executeQuery() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 1395 void APIErrors::checkGLError(GLenum expected_error, const GLchar* description, bool& out_result) in checkGLError() argument 1878 compareViewports(std::vector<GLfloat>& left, std::vector<GLfloat>& right, const GLchar* description, bool& out_result) compareViewports() argument 2082 compareScissorBoxes(std::vector<GLint>& left, std::vector<GLint>& right, const GLchar* description, bool& out_result) compareScissorBoxes() argument 2276 compareDepthRanges(std::vector<T>& left, std::vector<T>& right, const GLchar* description, bool& out_result) compareDepthRanges() argument 2464 compareScissorTestStates(std::vector<GLboolean>& left, std::vector<GLboolean>& right, const GLchar* description, bool& out_result) compareScissorTestStates() argument [all...] |
Completed in 8 milliseconds