/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 996 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1101 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
|
H A D | gl31.h | 998 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1103 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 245 } // end anonymous namespace 673 if (SI != FuncInfo.StaticAllocaMap.end()) { in fastMaterializeAlloca() 804 if (SI != FuncInfo.StaticAllocaMap.end()) { in ARMComputeAddress() 3087 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 73 } // end anonymous namespace 1505 OutStreamer->AddComment("xray custom event end."); in LowerPATCHABLE_EVENT_CALL() 1608 OutStreamer->AddComment("xray typed event end."); in LowerPATCHABLE_TYPED_EVENT_CALL() 1732 MBBI = MBB->end(); in PrevCrossBBInst() 1782 SmallVector<int, 8> ShuffleMask(Mask.begin(), Mask.end()); in getShuffleComment() 2647 // is at the end of the shadow. in EmitInstruction()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 899 std::shuffle(fields1.begin(), fields1.end(), rng); in TEST() 900 std::shuffle(fields2.begin(), fields2.end(), rng); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_test.cc | 784 std::fill(std::begin(counter), std::end(counter), 0); in TEST() 853 std::fill(std::begin(counter), std::end(counter), 0); in TEST()
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 977 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1082 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
|
H A D | gl31.h | 977 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1082 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
|
/third_party/rust/crates/syn/src/gen/ |
H A D | eq.rs | 600 && self.limits == other.limits && self.end == other.end in eq()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 543 # construct list of locations where version definitions start, and add the end of the file to it 565 # 1. string with version token (without ' 1' at the end) 647 # construct list of locations where version definitions start, and add the end of the file to it 2286 # end handling special cases 2354 # end handling special cases 2445 # end handling special cases 2468 # end handling special cases 2477 # end handling special cases 2483 "\tif(it == sTypeBlobMap.end())\n" \ 2633 # end handlin [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeTextureApiTests.cpp | 91 vector<deInt32>::const_iterator fmt = std::find(supported.begin(), supported.end(), compressedTexSubImage2DFormats[i]); in getCompressedTexSubImage2DFormat() 92 if (fmt != supported.end()) in getCompressedTexSubImage2DFormat()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | null_functions.cpp | 9 // Defines the NULL/Stub bindings for the OpenGL back-end. 739 GLuint end, in glDrawRangeElementsNULL() 747 GLuint end, in glDrawRangeElementsBaseVertexNULL() 737 glDrawRangeElementsNULL(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) glDrawRangeElementsNULL() argument 745 glDrawRangeElementsBaseVertexNULL(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) glDrawRangeElementsBaseVertexNULL() argument
|
H A D | null_functions.h | 9 // Declares the NULL/Stub bindings for the OpenGL back-end. 511 GLuint end, 517 GLuint end,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 4030 // at the end of the array. Otherwise, each float takes 8 bytes. in LowerFormalArguments_64SVR4() 4459 // Allow for Altivec parameters at the end, if needed. in LowerFormalArguments_Darwin() 4581 // stack slot won't exist and the b -> c stub will end up saving b'c TOC base in callsShareTOCBase() 4824 } // end anonymous namespace 4923 /// Sometimes what we are copying is the end of a larger object, the part that 5396 // Add argument registers to the end of the list so that they are known live in buildCallOperands() 6298 // at the end of the array. Otherwise, each float takes 8 bytes. in LowerCall_64SVR4() 6511 // In 32-bit non-varargs calls, Altivec parameters all go at the end; usually in LowerCall_Darwin() 6536 // Allow for Altivec parameters at the end, if needed. in LowerCall_Darwin() 6788 // stack space allocated at the end in LowerCall_Darwin() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | arkoala_api.h | 1145 ArkUI_Float32 end; member 1237 ArkUI_Float32 end; member 3173 void (*setTextInputTextSelection)(ArkUINodeHandle node, ArkUI_Int32 start, ArkUI_Int32 end); 4589 ArkUICurveHandle (*stepsCurve)(ArkUI_Int32 count, ArkUI_Bool end);
|
/third_party/backends/backend/ |
H A D | epsonds.c | 2813 * This function is part of the SANE API and gets called from the front end to 2995 goto end; in sane_start() 3007 // find end of string in sane_start() 3291 goto end; in sane_start() 3300 goto end; in sane_start() 3308 end: in sane_start() 3409 DBG(20, "eofFront && eofBack end\n"); in acquire_jpeg_data() 3415 DBG(20, "eofFront end\n"); in acquire_jpeg_data() 3460 DBG(20, "eds_ring_write end\n"); in acquire_raw_data()
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 424 String end = ""; in runTestASCIIBasedConverter() 431 lead + end, // malf(1) in runTestASCIIBasedConverter() 433 trail + end, // malf(1) in runTestASCIIBasedConverter() 435 ext + end, // unmap(1) in runTestASCIIBasedConverter() 1794 // Java API behavior is unclear for surrogates at the end, see ticket #11546. in TestUTF8Encode() 3000 //end of charset decoder code coverage code in TestCharsetUTF7() 3220 //end of charset encoder code coverage code in TestCharsetUTF7() 3359 //end of test from Lotus in TestCharsetISCII() 3483 //end of charset decoder code coverage code in TestCharsetISCII() 3620 //end o in TestCharsetISCII() [all...] |
/third_party/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 351 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXOESPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 356 GL_APICALL void GL_APIENTRY glDrawRangeElementsBaseVertexOES (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1383 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXEXTPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1387 GL_APICALL void GL_APIENTRY glDrawRangeElementsBaseVertexEXT (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 542 std::all_of(instr->definitions.begin(), instr->definitions.end(), in pseudo_propagate_temp() 551 std::none_of(instr->definitions.begin(), instr->definitions.end(), in pseudo_propagate_temp() 1722 std::copy(vec->operands.begin(), vec->operands.end(), instr->operands.begin()); in label_instruction() 1953 if (std::all_of(instr->operands.begin(), instr->operands.end(), in label_instruction()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 7234 uint64_t begin, end; in radv_GetCalibratedTimestampsEXT() local 7267 end = radv_clock_gettime(CLOCK_MONOTONIC_RAW); in radv_GetCalibratedTimestampsEXT() 7269 end = radv_clock_gettime(CLOCK_MONOTONIC); in radv_GetCalibratedTimestampsEXT() 7277 * sampled at the end of that period but right at the beginning of the in radv_GetCalibratedTimestampsEXT() 7279 * begining of its sampling period and right at the end of the in radv_GetCalibratedTimestampsEXT() 7307 uint64_t sample_interval = end - begin + 1; in radv_GetCalibratedTimestampsEXT()
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 332 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXOESPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 337 GL_APICALL void GL_APIENTRY glDrawRangeElementsBaseVertexOES (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1378 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXEXTPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1382 GL_APICALL void GL_APIENTRY glDrawRangeElementsBaseVertexEXT (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 933 Label vtrue(this), vfalse(this), end(this); in Select() 939 Goto(&end); in Select() 944 Goto(&end); in Select() 947 BIND(&end); in Select() 1841 // Pushes value onto the end of array. 2120 // array word by word. The source may be destroyed at the end of this macro. 2240 // nullptr, then all of the elements from |start| to the end of |source| are 3349 // Upon reaching the end of prototype chain the control goes to {if_end}. 4099 // the first group at the end of the control table.
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 394 // call here. It does no harm - the end of the Code object is aligned to the in GetCode() 626 // the end of the label's link chain. in LinkAndGetByteOffsetTo() 3538 // onto the end of the label's link chain. in dcptr() 4069 // going 'round the end' of the word. To deal with that, we observe that in in IsImmLogical() 4448 // * emission is forced by parameter force_emit (e.g. at function end). in Check() 4518 Label end; in EmitVeneers() local 4520 b(&end); in EmitVeneers() 4549 while (it != unresolved_branches_.end()) { in EmitVeneers() 4590 b(info.label_); // This may end up pointing at yet another veneer later on. in EmitVeneers() 4599 bind(&end); in EmitVeneers() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 419 // put it at the end of the loop in this helper. in ConvertToString() 2158 os << " " << start() << ", " << end(); in BriefPrintDetails() 4303 // If the array has unfilled space at the end, use it. in Add() 4684 // 2) at the end in WriteFixedArrayToFlat() 4726 // Verify we have written to the end of the sink. in WriteFixedArrayToFlat() 4896 const auto end = std::cend(source); in GetPositionInfoSlowImpl() local 4897 for (auto line_begin = begin; line_begin < end;) { in GetPositionInfoSlowImpl() 4898 const auto line_end = std::find(line_begin, end, '\n'); in GetPositionInfoSlowImpl() 4958 // passed, and positions beyond the end of the script return as failure. in GetPositionInfo() 4992 // Line end i in GetPositionInfo() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 800 rng.shuffle(shuffledDepthValues.begin(), shuffledDepthValues.end()); in TestConfig() 5987 // Start by growing and end by shrinking 6141 rng.choose(colorAttachments.begin(), colorAttachments.end(), subpassColorAttachments.begin(), colorAttachmentCount); 6142 rng.choose(definedAttachments.begin(), definedAttachments.end(), subpassInputAttachments.begin(), inputAttachmentCount); 6255 bool col = colorAttachments.find(inputAttachmentIndex) != colorAttachments.end();
|