Home
last modified time | relevance | path

Searched refs:first (Results 5376 - 5400 of 6245) sorted by relevance

1...<<211212213214215216217218219220>>...250

/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h423 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
566 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
1063 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
1168 GL_APICALL void GL_APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVertexAttributeTest.cpp635 // Use unnormalized short as the format of the data in client memory pointer in the first draw. in TEST_P()
641 // but mExpectedAttrib is the same as the first draw. in TEST_P()
661 // Use unnormalized short as the format of the data in mBuffer in the first draw. in TEST_P()
684 // Use unnormalized short as the format of the data in mBuffer in the first draw. in TEST_P()
690 // mExpectedAttrib is the same as the first draw. in TEST_P()
769 setupTest(data.first, data.second); in TEST_P()
823 setupTest(data.first, data.second); in TEST_P()
875 setupTest(data.first, data.second); in TEST_P()
930 setupTest(data.first, data.second); in TEST_P()
2056 // In the first dra in initOnlyUpdateBindingTest()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp3064 GLenum Context::applyVertexBuffer(GLint base, GLint first, GLsizei count, GLsizei instanceId) in applyVertexBuffer() argument
3068 GLenum err = mVertexDataManager->prepareVertexData(first, count, attributes, instanceId); in applyVertexBuffer()
3573 void Context::drawArrays(GLenum mode, GLint first, GLsizei count, GLsizei instanceCount) in drawArrays() argument
3600 GLenum err = applyVertexBuffer(0, first, count, i); in drawArrays()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp906 // find<T>() searches the nested scopes, returning for the first scope that is
1219 // State::Data. This is lazily constructed by the first call to trap().
1309 // This is only constructed on the first call to Debugger::State::trap() as
1483 if(location == it.first.location)
1531 if(it.first.location == vk::dbg::Location{ file, line })
1543 if(lock.isFunctionBreakpoint(it.first))
2232 // Find first deviation in stack frames, and shrink to that point.
2289 // function to the first statement within the function.
2491 ids.emplace_back(it.first);
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h423 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
566 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
1063 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
1168 GL_APICALL void GL_APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
H A Dgl31.h425 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
568 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
1065 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
1170 GL_APICALL void GL_APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl3.h404 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
547 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
1044 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
1149 GL_APICALL void GL_APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
H A Dgl31.h404 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
547 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
1044 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
1149 GL_APICALL void GL_APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp1114 // Mark the first field as unpaired Detect unpaired fields
2094 const bool outFormatValidate = validateFormatSupport(vki, physDevice, imageFormatAndUsageForOutputAndDPB[0].second, videoProfileList.get(), imageFormatAndUsageForOutputAndDPB[0].first);
2095 const bool isVideoProfileSutable = validateVideoProfileList(vki, physDevice, videoProfileList.get(), imageFormatAndUsageForOutputAndDPB[0].first, imageFormatAndUsageForOutputAndDPB[0].second);
2100 const VkFormat outPictureFormat = imageFormatAndUsageForOutputAndDPB[0].first;
2102 const VkFormat dpbPictureFormat = imageFormatAndUsageForOutputAndDPB[1].first;
3724 const VkFenceCreateInfo fenceFrameCompleteInfo = // The fence waited on for the first frame should be signaled.
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1058 abilityTokens.emplace_back(token.first); in NotifyAppAttachFailed()
1109 // There is no process of switching the foreground, waiting for his first ability to start in LaunchApplication()
1998 info.runningAppClones[index].pids.emplace_back(it.first); in GetAppCloneInfo()
2007 cloneInfo.pids.emplace_back(it.first); in GetAppCloneInfo()
2029 info.runningMultiIntanceInfos[index].pids.emplace_back(it.first); in GetMultiInstanceInfo()
2038 instanceInfo.pids.emplace_back(it.first); in GetMultiInstanceInfo()
3580 int64_t killTime = iter->first; in SendReStartProcessEvent()
3667 abilityTokens.emplace_back(token.first); in OnRemoteDied()
4872 tokens.emplace_back(item.first); in GetAbilityRecordsByProcessID()
6581 debugBundleInfo.append("bundle name : ").append(item.first) in NotifyAppFaultBySA()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp4504 Measure first[] = { in TestFieldPositionMultiple() local
4523 first, in TestFieldPositionMultiple()
4524 UPRV_LENGTHOF(first), in TestFieldPositionMultiple()
5304 MeasureUnit first = MeasureUnit::forIdentifier("", status);
5312 // Heap allocation of a new CharString for first.identifier happens here:
5313 first = first.product(crux, status);
5315 // Constructing second from first's identifier resulted in a failure later,
5316 // as second held a reference to a substring of first's identifier:
5317 MeasureUnit second = MeasureUnit::forIdentifier(first
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1036 uiextensionId = unWrapIdPair.first; in FillElementInfo()
2115 DumpLog::GetInstance().AddDesc("extra element info: ", i->first, i->second); in DumpExtraElementInfoNG()
2121 DumpLog::GetInstance().AddDesc("extra element info: ", i->first, i->second); in DumpExtraElementInfoNG()
3567 auto idNodeIter = nodeWithIdMap_.find(targetIter->first); in HandleComponentPostBinding()
3904 int64_t uiExtensionId = unWrapIdPair.first; in SearchExtensionElementInfoByAccessibilityIdNG()
3937 int64_t uiExtensionId = unWrapIdPair.first; in SearchElementInfosByTextNG()
4247 // accessibility use -1 for first search to get root node in FindNodeFromPipeline()
4512 int64_t uiExtensionId = unWrapIdPair.first; in ExecuteActionNG()
4633 int64_t uiExtensionId = unWrapIdPair.first; in GetCursorPosition()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h201 // Ensure that writing the first half of {dst} does not overwrite the still in I64Shiftop()
503 // space if we first allocate the frame and then do the stack check (we will in PatchPrepareStackFrame()
993 // strexd loads a 64 bit word into two registers. The first register needs in AtomicOp64()
995 // with the next higher index, e.g. r9 if the first register is r8. In the in AtomicOp64()
1085 // ldrexd loads a 64 bit word into two registers. The first register needs to in AtomicLoad()
1087 // the next higher index, e.g. r9 if the first register is r8. In the in AtomicLoad()
1291 // first. in AtomicCompareExchange()
1308 // first. in AtomicCompareExchange()
2276 // Compare high word first. If it differs, use it for the set_cond. If it's in emit_i64_set_cond()
4084 DoubleRegister first
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A DlibGLESv2_autogen.cpp258 void GL_APIENTRY glDrawArrays(GLenum mode, GLint first, GLsizei count) in glDrawArrays() argument
260 return GL_DrawArrays(mode, first, count); in glDrawArrays()
1003 GLint first, in glDrawArraysInstanced()
1007 return GL_DrawArraysInstanced(mode, first, count, instancecount); in glDrawArraysInstanced()
2718 GLint first, in glDrawArraysInstancedBaseInstanceANGLE()
2723 return GL_DrawArraysInstancedBaseInstanceANGLE(mode, first, count, instanceCount, baseInstance); in glDrawArraysInstancedBaseInstanceANGLE()
2870 GLint first, in glDrawArraysInstancedANGLE()
2874 return GL_DrawArraysInstancedANGLE(mode, first, count, primcount); in glDrawArraysInstancedANGLE()
1002 glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount) glDrawArraysInstanced() argument
2717 glDrawArraysInstancedBaseInstanceANGLE(GLenum mode, GLint first, GLsizei count, GLsizei instanceCount, GLuint baseInstance) glDrawArraysInstancedBaseInstanceANGLE() argument
2869 glDrawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount) glDrawArraysInstancedANGLE() argument
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc268 // Lower-case the first letter. in ToCamelCase()
401 return reinterpret_cast<size_t>(p.first) * prime1 ^ in operator ()()
419 return reinterpret_cast<size_t>(p.first) * prime ^ in operator ()()
642 // All other memory allocated in the pool. Must be first as other objects can
740 // fails because we allow duplicates; the first field by the name wins.
743 // Populates p->first->locations_by_path_ from p->second.
780 // Populated on first request to save space, hence constness games.
1084 for (; it != extensions_.end() && it->first.first == extendee; ++it) { in FindAllExtensions()
1230 p->first in BuildLocationsByPath()
[all...]
/third_party/python/Lib/test/
H A Dtest_os.py193 first = os.open(os_helper.TESTFN, os.O_CREAT|os.O_RDWR)
197 second = os.dup(first)
200 while second != first + 1:
201 os.close(first)
206 first, second = second, os.dup(second)
210 os.closerange(first, first + 2)
211 self.assertRaises(OSError, os.write, first, b"a")
1973 # A list of tuples containing (function name, first arg, args)
2791 # first, s
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp105 // render first with only depth/stencil and then with color + depth/stencil
4323 // Set alpha to zero for the first draw. This should prevent depth writes because of zero coverage.
4490 // The first draw was without color buffer and zero coverage. The depth buffer is expected to still have the clear value.
4494 // The depth test should pass as the first draw didn't touch the depth buffer.
5718 bool first = true;
5721 name << (first ? "" : "_") << count;
5722 desc << (first ? "Subpasses with counts " : ", ") << count;
5723 first = false;
5761 bool first = true;
5764 name << (first
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_rdb_data_mgr_test/
H A Dfms_form_rdb_data_mgr_test.cpp531 EXPECT_STREQ(data.cbegin()->first.c_str(), TEST_KEY.c_str()); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp635 sptr<IRemoteObject> hostClient = item.first; in NotifyHostRenderServiceIsDead()
/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp336 backendName.offlineModelBuffer.first = &b; in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_record_manager.cpp227 TAG_LOGD(AAFwkTag::ABILITYMGR, "found match extension record: id %{public}d", iter.first); in IsHostSpecifiedProcessValid()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_sink_session.cpp487 [](std::pair<std::string, std::string> value) { return value.first == WFD_PARAM_TRIGGER; }); in HandleSetParamRequest()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_cast_session.cpp173 if (it->second.first(env, argv[1], napiSession) != napi_ok) { in OnEvent()
/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp160 abilityTokens.emplace_back(token.first); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp918 int32_t index = itemPair.first; in GetFixPositionOnWatch()

Completed in 117 milliseconds

1...<<211212213214215216217218219220>>...250