Home
last modified time | relevance | path

Searched refs:get (Results 12501 - 12525 of 13308) sorted by relevance

1...<<501502503504505506507508509510>>...533

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp2168 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(node->stagingRenderParams_.get()); in HWTEST_F()
2221 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(testNode->stagingRenderParams_.get()); in HWTEST_F()
2225 surfaceParams = static_cast<RSSurfaceRenderParams*>(testNode->stagingRenderParams_.get()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp553 return builder->MakeImage(canvas.GetGPUContext().get(), nullptr, image->GetImageInfo(), false); in DrawGreyAdjustment()
737 auto offscreenCanvas = std::make_shared<RSPaintFilterCanvas>(offscreenSurface.get()); in DrawBackgroundImageAsEffect()
821 RSPaintFilterCanvas offscreenCanvas(offscreenSurface.get()); in ProcessAndCacheImage()
983 ROSEN_LOGE("RSPropertiesPainter::DrawPixelStretch get invert matrix failed."); in ProcessPixelStretch()
1033 ROSEN_LOGE("RSPropertiesPainter::DrawPixelStretch get invert matrix failed."); in ProcessRotation()
1100 // kMedium_SkFilterQuality will do bilerp + mipmaps for down-scaling, we can easily get average color in CalcAverageColor()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp965 MMI_HILOGE("Call get pointer speed failed ret:%{public}d", ret); in StubGetPointerSpeed()
1058 MMI_HILOGD("Successfully get windowId:%{public}d, icon:%{public}d", windowId, pointerStyle.id); in StubGetPointerStyle()
1642 WRITEINT32(reply, std::get<TUPLE_PID>(data.first), ERR_INVALID_VALUE); in StubGetAllMmiSubscribedEvents()
1643 WRITEINT32(reply, std::get<TUPLE_UID>(data.first), ERR_INVALID_VALUE); in StubGetAllMmiSubscribedEvents()
1644 WRITESTRING(reply, std::get<TUPLE_NAME>(data.first), ERR_INVALID_VALUE); in StubGetAllMmiSubscribedEvents()
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1409 PrintF(file, " at %s:%d", c_script_name.get(), line); in PrintFunctionAndOffset()
1850 // _used to be_ on the stack to get the right ExceptionHandler. in LookupExceptionHandlerInTable()
1922 Object shared = literal_array.get(it.Next()); in GetFunctions()
2349 // Try to get hold of the context of this frame. in Print()
2370 accumulator->Add("%o", context.get(slot_index)); in Print()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp274 structs.push_back((*i).get()); in getNamedStructs()
1722 return createShaderModule(vk, device, m_context.getBinaryCollection().get("geom"), 0u); in getGeometryShaderModule()
1735 const Move<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_decoration_test.cpp6345 const char* const decoration = std::get<0>(GetParam()); in TEST_P()
6346 const char* const vuid = std::get<1>(GetParam()); in TEST_P()
6347 const TestResult& test_result = std::get<2>(GetParam()); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationCL.cpp1428 dev = krnl.getProgram().getContext().getDevices().front().get(); in ValidateGetKernelWorkGroupInfo()
1671 if ((src.isSubBuffer() ? src.getParent().get() : &src) == in ValidateEnqueueCopyBuffer()
1672 (dst.isSubBuffer() ? dst.getParent().get() : &dst)) in ValidateEnqueueCopyBuffer()
H A DvalidationES2.cpp3041 if (transformFeedbackBuffer.get() == buffer) in ValidateMapBufferBase()
4005 const TextureCaps &formatCaps = context->getTextureCaps().get(internalformat); in ValidateRenderbufferStorageMultisampleANGLE()
6314 const TextureCaps &formatCaps = context->getTextureCaps().get(sizedInternalFormat); in ValidateFramebufferTexture2DMultisampleEXT()
6373 const TextureCaps &formatCaps = context->getTextureCaps().get(internalformat); in ValidateRenderbufferStorageMultisampleEXT()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_decoration_test.cpp6345 const char* const decoration = std::get<0>(GetParam()); in TEST_P()
6346 const char* const vuid = std::get<1>(GetParam()); in TEST_P()
6347 const TestResult& test_result = std::get<2>(GetParam()); in TEST_P()
/third_party/python/Lib/
H A Dmailbox.py64 def get(self, key, default=None): member in Mailbox
699 # self._file is about to get replaced, so no need to sync.
1663 return self.get('Status', '') + self.get('X-Status', '')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp301 Constant *Idx = ConstantInt::get(Ty, Offset); in LowerGlobalAddress()
1560 BuildMI(BB, dl, TII.get(XCore::BRFT_lru6)) in EmitInstrWithCustomInserter()
1576 BuildMI(*BB, BB->begin(), dl, TII.get(XCore::PHI), MI.getOperand(0).getReg()) in EmitInstrWithCustomInserter()
/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc138 return vec.back().get(); in CreateNested()
183 return it->second[index].get(); in GetTreeForNested()
824 // We should never get here. Put here instead of a default in ConsumeFieldValue()
825 // so that if new types are added, we get a nice compiler warning. in ConsumeFieldValue()
1130 DO(ConsumeMessage(value.get(), sub_delimiter)); in ConsumeAnyValue()
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp642 // TODO: Since min and max are calculated differently it's possible to get a rounding error in GetLineFontMetrics()
1456 // get textStyle to calculate text box when text is empty(reference to ParagraphImpl::computeEmptyMetrics()) in GetLineFontMetrics()
2360 run.setOwner(paragraph.get()); in GetLineFontMetrics()
2363 cluster.setOwner(paragraph.get()); in GetLineFontMetrics()
2366 line.setParagraphImpl(paragraph.get()); in GetLineFontMetrics()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp274 structs.push_back((*i).get()); in getNamedStructs()
1722 return createShaderModule(vk, device, m_context.getBinaryCollection().get("geom"), 0u); in getGeometryShaderModule()
1735 const Move<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp70 LOGE(" Failed to get pixmap pointer"); in CreatePixelMapFromNapiValue()
176 // get node id in PushTaskToPage()
344 auto getterTempl = runtime->NewFunction(std::get<1>(item)); in HandleJsContext()
345 auto setterTempl = runtime->NewFunction(std::get<2>(item)); in HandleJsContext()
346 bool ret = renderContext_->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTempl); in HandleJsContext()
348 LOGE("Canvas set accessor property failed., name: %{public}s", std::get<0>(item).c_str()); in HandleJsContext()
H A Djsi_offscreen_canvas_bridge.cpp302 auto getterTempl = runtime->NewFunction(std::get<1>(item)); in JsGetContext()
303 auto setterTempl = runtime->NewFunction(std::get<2>(item)); in JsGetContext()
304 bool ret = renderContext->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTempl); in JsGetContext()
306 LOGE("Canvas set accessor property failed., name: %{public}s", std::get<0>(item).c_str()); in JsGetContext()
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp78 napi_get_value_string_utf8(env, messageNApi, message.get(), messageLen, &ret); in GetToastMessage()
79 messageString = message.get(); in GetToastMessage()
86 NapiThrow(env, "Can not get message from resource manager.", ERROR_CODE_INTERNAL_ERROR); in GetToastMessage()
114 NapiThrow(env, "Can not get message from resource manager.", ERROR_CODE_INTERNAL_ERROR); in GetToastDuration()
131 napi_get_value_string_utf8(env, bottomNApi, bottom.get(), bottomLen, &ret); in GetToastBottom()
132 bottomString = bottom.get(); in GetToastBottom()
144 NapiThrow(env, "Can not get message from resource manager.", ERROR_CODE_INTERNAL_ERROR); in GetToastBottom()
458 NapiThrow(env, "Can not get delegate.", ERROR_CODE_INTERNAL_ERROR); in ShowToast()
553 NapiThrow(env, "Can not get delegate.", ERROR_CODE_INTERNAL_ERROR); in CloseToast()
589 3); // 3 : Move 3 bits to the right to get toastI in JSPromptCloseToast()
[all...]
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1552 callback(reinterpret_cast<napi_env>(std::get<0>(param)), in RunAsyncCallbacks()
1553 std::get<1>(param), std::get<2>(param)); // 2 is the param. in RunAsyncCallbacks()
2381 if (mainThreadRunner.get() == nullptr) { in PostLooperTriggerIdleGCTask()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp377 bufferStore_.mgr = gpuBufferMgr_.get();
378 imageStore_.mgr = gpuImageMgr_.get();
379 samplerStore_.mgr = gpuSamplerMgr_.get();
544 if (GpuBuffer* buffer = store.pendingData.buffers[optionalResourceIndex].get(); buffer) {
1655 // NOTE: this is essential to get correct, this maps render pass etc. hashing
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp142 bool success = data->WriteParcelable(transactionData.get()); in FillParcelWithTransactionData()
835 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in SetScreenRefreshRate()
863 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in SetRefreshRateMode()
886 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in SyncFrameRateRange()
915 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in UnregisterFrameRateLinker()
938 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in GetScreenCurrentRefreshRate()
962 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in GetCurrentRefreshRateMode()
984 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in GetScreenSupportedRefreshRates()
1018 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in GetShowRefreshRateEnabled()
1039 ROSEN_LOGE("RSRenderServiceProxy failed to get descripto in SetShowRefreshRateEnabled()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp154 subThreadManager->Start(renderEngine_->GetRenderContext().get()); in RSUniRenderVisitor()
302 RS_LOGD("RSUniRenderVisitor::HandleColorGamuts get screen type failed."); in HandleColorGamuts()
309 RS_LOGD("RSUniRenderVisitor::HandleColorGamuts get screen color gamut failed."); in HandleColorGamuts()
315 auto stagingDisplayParams = static_cast<RSDisplayRenderParams*>(node.GetStagingRenderParams().get()); in HandleColorGamuts()
360 auto stagingDisplayParams = static_cast<RSDisplayRenderParams*>(node.GetStagingRenderParams().get()); in HandlePixelFormat()
362 RS_LOGD("RSUniRenderVisitor::HandlePixelFormat get StagingRenderParams failed."); in HandlePixelFormat()
378 RS_LOGD("RSUniRenderVisitor::HandlePixelFormat get screen type failed."); in HandlePixelFormat()
384 RS_LOGD("RSUniRenderVisitor::HandlePixelFormat get screen color gamut failed."); in HandlePixelFormat()
1376 node.UpdateSrcRect(*canvas.get(), dst); in UpdateSrcRect()
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc257 return ast_value_factory()->GetOneByteString(decimal.get()); in GetBigIntAsSymbol()
740 String::cast(arguments->get(i)), in PrepareWrappedArguments()
892 // is the parent's id. The inner function will get ids starting from in ParseFunction()
934 function_scope->end_position(), function_name.get(), in ParseFunction()
935 strlen(function_name.get()))); in ParseFunction()
1870 // that even dead functions get source coverage data. in DeclareFunction()
1958 // In order to get the CaseClauses to execute in their own lexical scope, in RewriteSwitchStatement()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp116 EGLint requestedDeviceType = static_cast<EGLint>(attributes.get( in Renderer9()
266 << "Failed to get device caps, " << gl::FmtHR(result); in initialize()
500 rendererTextureCaps.get(colorBufferInternalFormat); in generateConfigs()
510 rendererTextureCaps.get(depthStencilBufferInternalFormat); in generateConfigs()
649 ANGLE_TRY_HR(context9, result, "Failed to get event query data"); in flush()
670 ANGLE_TRY_HR(context9, result, "Failed to get event query data"); in finish()
698 ANGLE_TRY_HR(context9, result, "Failed to get event query data"); in finish()
1071 // If we get NULL back from getBaseTexture here, something went wrong in setTexture()
1113 // get the actual samples. in updateState()
1151 // get th in setBlendDepthRasterStates()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp1147 // TODO(jmadill): Figure out why we get this error on AMD/OpenGL. in TEST_P()
1170 // TODO(jmadill): Figure out why we get this error on AMD/ES2/OpenGL in TEST_P()
1573 GLuint mProgram2 = program.get(); in TEST_P()
2234 glUseProgram(renderProgram.get()); in TEST_P()
2245 glUseProgram(computePogram.get()); in TEST_P()
2248 glUseProgram(renderProgram1.get()); in TEST_P()
2826 // after enough iterations. It validates the unchanged attributes don't get deleted incidentally.
3429 // Link program and get uniform locations. in TEST_P()
3644 // Link program and get uniform locations. in TEST_P()
3788 // Link program and get unifor in TEST_P()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DCopyCommandsValidationTests.cpp728 wgpu::TextureFormat textureFormat = std::get<0>(param); in TEST_F()
729 wgpu::TextureAspect textureAspect = std::get<1>(param); in TEST_F()
1338 wgpu::TextureFormat textureFormat = std::get<0>(param); in TEST_F()
1339 wgpu::TextureAspect textureAspect = std::get<1>(param); in TEST_F()

Completed in 112 milliseconds

1...<<501502503504505506507508509510>>...533