| /third_party/skia/third_party/externals/angle2/include/GLES2/ |
| H A D | gl2ext_angle.h | 430 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEANGLEPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instanceCount, GLuint baseInstance); 435 GL_APICALL void GL_APIENTRY glDrawArraysInstancedBaseInstanceANGLE (GLenum mode, GLint first, GLsizei count, GLsizei instanceCount, GLuint baseInstance);
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord_test.cc | 330 absl::Cord tmp(test_strings.first); in TEST_P() 332 ASSERT_EQ(std::string(z), test_strings.first); in TEST_P()
|
| /third_party/skia/third_party/externals/angle2/include/GLES/ |
| H A D | gl.h | 475 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count); 620 GL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
|
| /third_party/skia/include/private/ |
| H A D | SkVx.h | 587 auto map(Fn&& fn, const Vec<N,T>& first, const Rest&... rest) { in map() argument 588 // Derive an {0...N-1} index_sequence from the size of the first arg: N lanes in, N lanes out. in map() 589 return map(std::make_index_sequence<N>{}, fn, first,rest...); in map()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Framebuffer.cpp | 768 const FramebufferAttachment *first = getFirstNonNullAttachment(); 769 if (first) 1732 // In this case return the first nonzero sample size. in getSamples()
|
| H A D | validationES.cpp | 839 GLint first, in ValidateDrawArraysInstancedBase() 852 return ValidateDrawArraysCommon(context, entryPoint, mode, first, count, primcount); in ValidateDrawArraysInstancedBase() 855 if (!ValidateDrawArraysCommon(context, entryPoint, mode, first, count, primcount)) in ValidateDrawArraysInstancedBase() 2697 // Do these cheap tests first, for a little extra speed. in ValidateUniform1ivValue() 4260 GLint first, in ValidateDrawArraysInstancedANGLE() 4270 if (!ValidateDrawArraysInstancedBase(context, entryPoint, mode, first, count, primcount)) in ValidateDrawArraysInstancedANGLE() 4281 GLint first, in ValidateDrawArraysInstancedEXT() 4291 if (!ValidateDrawArraysInstancedBase(context, entryPoint, mode, first, count, primcount)) in ValidateDrawArraysInstancedEXT() 4940 // This should come first before the check for the default frame buffer in ValidateDrawBuffersBase() 836 ValidateDrawArraysInstancedBase(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count, GLsizei primcount) ValidateDrawArraysInstancedBase() argument 4257 ValidateDrawArraysInstancedANGLE(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count, GLsizei primcount) ValidateDrawArraysInstancedANGLE() argument 4278 ValidateDrawArraysInstancedEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count, GLsizei primcount) ValidateDrawArraysInstancedEXT() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
| H A D | rich_editor_pattern.cpp | 3140 // The pattern handles blurevent, Need to close the softkeyboard first. 3898 auto obj = item->GetSpanResultObject(item->interval.first, item->interval.second); 3914 start = spans.front()->interval.first; 4216 item->rangeStart = item->interval.first; 4247 bool isInsertForward = currentCaretPosition < dragRange_.first; 4255 dragRange_.first += strLength; 4258 DeleteValueInStyledString(dragRange_.first, strLength, true, false); 5064 record.deleteCaretPostion = dragRange_.first; 9290 SelectionInfo textSelectInfo = GetSpansInfo(dragRange_.first, dragRange_.second, GetSpansMethod::ONSELECT); in HandleOnDragDeleteForward() 9319 record.beforeCaretPosition = dragRange_.first; in HandleOnDragDropTextOperation() [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 1584 builder.addInclude(iItr->first, iItr->second); in TGlslangToSpvTraverser() 1954 builder.addExecutionMode(shaderEntry, static_cast<spv::ExecutionMode>(mode.first), literals); in TGlslangToSpvTraverser() 1956 builder.addExecutionMode(shaderEntry, static_cast<spv::ExecutionMode>(mode.first)); in TGlslangToSpvTraverser() 1969 builder.addExecutionModeId(shaderEntry, static_cast<spv::ExecutionMode>(modeId.first), operandIds); in TGlslangToSpvTraverser() 2036 // getSymbolId() will set up all the IO decorations on the first call. in visitSymbol() 2517 // try texturing first in visitUnary() 2587 // operate first on the swizzle base, then apply the swizzle. in visitUnary() 3463 // operate first on the swizzle base, then apply the swizzle. in visitAggregate() 3545 // Point to the first element of the array. in visitAggregate() 4093 // must dominate its merge block. Make a header block first t in visitLoop() [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_common.c | 1382 /* append the free handle and the chunk size in first 8 bytes in dhd_mem_debug() 2381 * If one pkt in queue is non-fragmented, drop first non-fragmented pkt only 2383 * If can't find pkts matching upper 2 cases, drop first pkt anyway 2389 void *p, *prev = NULL, *next = NULL, *first = NULL, *last = NULL, *prev_first = NULL; in dhd_prec_drop_pkts() local 2406 if (first) { in dhd_prec_drop_pkts() 2411 first = p; in dhd_prec_drop_pkts() 2415 if (first) { in dhd_prec_drop_pkts() 2425 if ((p == NULL) || ((frag_info != DHD_PKT_FRAG_NONE) && !(first && last))) { in dhd_prec_drop_pkts() 2433 first = last = p; in dhd_prec_drop_pkts() 2437 p = first; in dhd_prec_drop_pkts() [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.c | 1550 * identically to the first one. in get_index_registers() 2780 uint first, last, mask; in exec_declaration() local 2782 first = decl->Range.First; in exec_declaration() 2787 * mach->InterpCoefs[first].a0 should already have the in exec_declaration() 2788 * front/back-face value. But we should first update the in exec_declaration() 2797 assert(first == last); in exec_declaration() 2800 mach->Inputs[first].xyzw[0].f[i] = mach->Face; in exec_declaration() 2833 for (i = first; i <= last; i++) in exec_declaration() 2838 for (i = first; i <= last; i++) { in exec_declaration() 2847 for (i = first; in exec_declaration() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 427 // Make sure first operand is not a shifter operand which would prevent in PreprocessISelDAG() 3079 NewN = EmitShift(ARM::tLSLri, X, 31 - Range->first); in SelectCMPZ() 3081 } else if (Range->first == 31) { in SelectCMPZ() 3085 } else if (Range->first == Range->second) { in SelectCMPZ() 3088 NewN = EmitShift(ARM::tLSLri, X, 31 - Range->first); in SelectCMPZ() 3095 NewN = EmitShift(ARM::tLSLri, X, 31 - Range->first); in SelectCMPZ() 3097 Range->second + (31 - Range->first)); in SelectCMPZ() 4846 std::string Reg = Fields.first.str(); in tryWriteRegister() 4914 // two operands. The first is a constant of value InlineAsm::Kind_Imm, and in tryInlineAsm() 4991 // For Kind == InlineAsm::Kind_RegUse, we first cop in tryInlineAsm() [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | disasm-aarch64.cc | 5735 int shift_dist = shift_and_lane_size.first; in Disassembler() 6394 unsigned field_len = 1; // Initially, count only the first character. in Disassembler() 6396 // The first character of the register format field, eg R, X, S, etc. in Disassembler() 6421 unsigned reg_num = rn.first; in Disassembler() 6682 AppendToOutput("#%" PRId32, lane_bits - shift_and_lane_size.first); in Disassembler() 6690 AppendToOutput("#%" PRId32, shift_and_lane_size.first); in Disassembler() 6699 AppendToOutput("#%" PRId32, lane_bits - shift_and_lane_size.first); in Disassembler() 6707 AppendToOutput("#%" PRId32, shift_and_lane_size.first); in Disassembler() 6842 AppendToOutput("%d", index_and_lane_size.first); in Disassembler()
|
| /third_party/skia/third_party/externals/expat/expat/tests/ |
| H A D | runtests.c | 586 /* "accumulate" the value of the first attribute we see */ in accumulate_attribute() 935 /* 0xf0 0x90 0x80 0x80 = U+10000, the first Linear B character */ in START_TEST() 2303 * where {BADLINB} is U+10000 (the first Linear B character) in START_TEST() 3647 * the parser as the first argument. 3649 * We do not call the first parameter to the external entity handler 3650 * 'parser' for once, since the first time the handler is called it 5508 /* If the first byte is 0xff, raise an error */ in prefix_converter() 5511 /* Just add the low bits of the first byte to the second */ in prefix_converter() 5543 * what would otherwise be the first of a surrogate pair. in MiscEncodingHandler() 6603 provided as the userData argument; the first i 7460 versions_equal(const XML_Expat_Version *first, const XML_Expat_Version *second) versions_equal() argument 10408 const char *first = "<doc xmlns='http://example.org/'>\\n" START_TEST() local [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_glsl.cpp | 372 return elem.first == location; 380 return elem.first == location && !elem.second; 811 // GL_AMD_gpu_shader_half_float is a superset, so try that first. 2098 "Remap to location with reflection API first or disable these decorations."); 3644 // We need to build a per-member array first, essentially transposing from AoS to SoA. 4241 // Have to make sure that our first and last parens actually enclose everything inside it. 4251 // If we hit 0 and this is not the final char, our first and final parens actually don't 4327 // the first two and last characters. We might have to enclose the expression. 4576 // During first compilation phase, certain expression patterns can trigger exponential growth of memory. 5564 return tmp.first [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
| H A D | render_list.cpp | 88 // Start index should be updated only for the first time in Update() 357 minLaneLength_ = GetLaneLengthInPx(laneConstrain.value().first); in ModifyLaneLength() 687 // verify layout size to avoid trigger reach_end event at first [PerformLayout] when layout size is zero in PerformLayout() 750 switch (event.first) { in HandleListEvent() 755 LOGW("This event does not handle in here, please check. event number: %{public}d", event.first); in HandleListEvent()
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | shader_manager.cpp | 378 return ref.first; in GetRenderSlotName() 390 return ref.first; in GetCategoryName() 874 // check first for own validity and possible base shader handle in GetShaderHandle() 1966 desc.path = ref.first; 2050 // first check that given pipeline layout is valid to own reflection
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| H A D | drawing_text_typography.cpp | 1864 (fontFeatureArray + index)->tag = new (std::nothrow) char[(kv.first).size() + 1]; in OH_Drawing_TextStyleGetFontFeatures() 1873 auto result = strcpy_s((fontFeatureArray + index)->tag, ((kv.first).size() + 1), (kv.first).c_str()); in OH_Drawing_TextStyleGetFontFeatures()
|
| /foundation/multimodalinput/input/service/subscriber/test/ |
| H A D | key_subscriber_handler_test.cpp | 1577 iter.first->SetFinalKeyDown(true); in HWTEST_F() 2165 EXPECT_TRUE(handler.IsEqualKeyOption(keyOption1, iter.first)); in HWTEST_F() 2201 EXPECT_FALSE(handler.IsEqualKeyOption(keyOption1, iter.first)); in HWTEST_F()
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| H A D | napi_rdb_store.cpp | 1015 // when the first parameter is string, the pos of attachName is 1; otherwise, it is 2 in Attach() 1033 return res.first; in Attach() 1073 return res.first; in Detach() 2114 return result.first; in LockCloudContainer()
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
| H A D | webgl2_rendering_context_base.cpp | 1223 GLint first = 0; in DrawArraysInstanced() local 1224 tie(succ, first) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt32(); in DrawArraysInstanced() 1240 context->GetWebGL2RenderingContextImpl().DrawArraysInstanced(env, mode, first, count, instanceCount); in DrawArraysInstanced()
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug.cc | 269 bool first = break_index_ == -1; in Next() local 271 if (!first) source_position_iterator_.Advance(); in Next() 272 first = false; in Next() 574 // always has a suspend ID of 0), where we return to the caller first, in Break() 1290 // Skip the current frame, find the first frame we want to step out to in PrepareStep() 2056 // Unlink from list. If prev is nullptr we are looking at the first element. in FreeDebugInfoListNode() 2400 // first and then remove this fast return. in ProcessCompileEvent()
|
| /third_party/openGLES/xml/ |
| H A D | readme.tex | 532 \item \tag{proto} must be the first element, and is a tag defining the C 678 defined first. 765 definition of an extension requires another to be defined first.
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 95 inline void append (std::vector<T>& first, const std::vector<T>& second) in append() argument 97 first.insert(first.end(), second.begin(), second.end()); in append() 1657 vk.cmdBindVertexBuffers(*cmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawSinglePass() 2139 append(vertices, genVerticesShapes (RGBA::black().toVec(), DEPTH_REFERENCE)); // first mask in iterate() 2174 // Render second pass reference image with the first pattern in iterate() 2270 //! Draw the second pass image, but with sample pattern from the first pass -- used to verify that the pattern is different 2363 vk.cmdBindVertexBuffers(currentCmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawPatternChangeReference() 2367 vk.cmdDraw(currentCmdBuffer, m_numVertices, /*instance count*/ 1u, /*first vertex*/ 0u, /*first instanc in drawPatternChangeReference() [all...] |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 429 bool first = true; in operator <<() local 433 out << (first ? "" : ", ") << prop; in operator <<() 434 first = false; in operator <<() 1441 // The first one will be a VkShaderModule if needed. in runTest()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 443 const ModuleHandleSp mod(new Unique<VkShaderModule>(createShaderModule(vk, vkDevice, context.getBinaryCollection().get(moduleNdx->first), 0))); in createPipelineShaderStages() 455 stage.first.c_str(), // const char* pName; in createPipelineShaderStages() 1214 // Only get the first value since all three values are the same anyway. in fillInterfacePlaceholderTessEvalGeom() 4286 vk.cmdDraw(*cmdBuf, deUint32(vertexCount), 1u /*run pipeline once*/, 0u /*first vertex*/, 0u /*first instanceIndex*/); in runAndVerifyDefaultPipeline() 4485 const int x = positions[posNdx].first; in runAndVerifyDefaultPipeline()
|