/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.h | 50 out_result, 54 out_result) override; 60 out_result) override;
|
H A D | v8-profiler-agent-impl.cc | 355 out_result) { in coverageToProtocol() 406 *out_result = std::move(result); in coverageToProtocol() 413 out_result, in takePreciseCoverage() 422 return coverageToProtocol(m_session->inspector(), coverage, out_result); in takePreciseCoverage() 438 out_result; in triggerPreciseCoverageDeltaUpdate() local 439 coverageToProtocol(m_session->inspector(), coverage, &out_result); in triggerPreciseCoverageDeltaUpdate() 441 m_frontend.preciseCoverageDeltaUpdate(now, occasion, std::move(out_result)); in triggerPreciseCoverageDeltaUpdate() 446 out_result) { in getBestEffortCoverage() 450 return coverageToProtocol(m_session->inspector(), coverage, out_result); in getBestEffortCoverage() 515 out_result) { in takeTypeProfile() 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/common/ |
H A D | glcViewportArrayTests.hpp | 331 void checkGLError(glw::GLenum expected_error, const glw::GLchar* description, bool& out_result); 408 const glw::GLchar* description, bool& out_result); 451 const glw::GLchar* description, bool& out_result); 492 bool& out_result); 538 const glw::GLchar* description, bool& out_result);
|
H A D | glcViewportArrayTests.cpp | 1393 * @param out_result Set to false if the current error is not equal to expected one 1395 void APIErrors::checkGLError(GLenum expected_error, const GLchar* description, bool& out_result) in checkGLError() argument 1408 out_result = false; in checkGLError() 1876 * @param out_result Set to false if sets are different, not modified otherwise 1879 bool& out_result) in compareViewports() 1889 out_result = false; in compareViewports() 2080 * @param out_result Set to false if sets are different, not modified otherwise 2083 bool& out_result) in compareScissorBoxes() 2093 out_result = false; in compareScissorBoxes() 2273 * @param out_result Se 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...] |
/third_party/node/deps/v8/src/objects/ |
H A D | embedder-data-slot.h | 119 // Tries reinterpret the value as an aligned pointer and sets *out_result to 126 V8_INLINE bool ToAlignedPointer(Isolate* isolate, void** out_result) const;
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 6339 bool getPixelDataFromRawData(void* raw_data, GLenum raw_data_format, GLenum raw_data_type, PixelData* out_result); 7600 * @param out_result Deref will be used to store four _pixel_data instances. 7607 PixelData* out_result) 7630 deMemset(out_result, 0, sizeof(PixelData)); 7632 out_result->data_internalformat = raw_data_format; 7633 out_result->data_type = raw_data_type; 7640 out_result->alpha.data_type = CHANNEL_DATA_TYPE_UNSIGNED_BYTE_8BITS; 7641 out_result->blue.data_type = CHANNEL_DATA_TYPE_UNSIGNED_BYTE_8BITS; 7642 out_result->green.data_type = CHANNEL_DATA_TYPE_UNSIGNED_BYTE_8BITS; 7643 out_result [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cPipelineStatisticsQueryTests.cpp | 281 * The result data is then exposed via @param out_result. 298 * @param out_result Deref will be used to store the test execution result. 302 * @return true if the test executed successfully, and @param out_result 's fields 311 _test_execution_result* out_result, in executeQuery() 592 out_result->result_qo_int = result_int; in executeQuery() 593 out_result->result_qo_int64 = result_int64; in executeQuery() 594 out_result->result_qo_uint = result_uint; in executeQuery() 595 out_result->result_qo_uint64 = result_uint64; in executeQuery() 599 out_result->result_int = result_int; in executeQuery() 600 out_result in executeQuery() 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...] |
H A D | gl4cPipelineStatisticsQueryTests.hpp | 266 const glu::ContextInfo& context_info, _test_execution_result* out_result,
|