Home
last modified time | relevance | path

Searched defs:firstIndex (Results 1 - 25 of 75) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java79 public static void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int firstIndex) { in addOverlapSpans() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java81 public static void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int firstIndex) { in addOverlapSpans() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.hpp54 GLuint firstIndex; member
H A Dgl4cShaderDrawParametersTests.hpp53 GLuint firstIndex; member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDrawTests.cpp65 Test(uint32_t vertexCount, uint32_t instanceCount, uint32_t firstIndex, uint32_t firstInstance, RGBA8 bottomLeftExpected, RGBA8 topRightExpected) Test() argument
H A DDrawIndexedTests.cpp77 Test(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance, uint64_t bufferOffset, RGBA8 bottomLeftExpected, RGBA8 topRightExpected) Test() argument
90 TestZeroSizedIndexBufferDraw(uint32_t indexCount, uint32_t firstIndex, RGBA8 bottomLeftExpected, RGBA8 topRightExpected) TestZeroSizedIndexBufferDraw() argument
98 TestImplementation(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance, uint64_t bufferOffset, const wgpu::Buffer& curIndexBuffer, RGBA8 bottomLeftExpected, RGBA8 topRightExpected) TestImplementation() argument
/third_party/icu/icu4c/source/i18n/
H A Dformattedval_iterimpl.cpp86 addOverlapSpans( UFieldCategory spanCategory, int8_t firstIndex, UErrorCode& status) addOverlapSpans() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dformattedval_iterimpl.cpp86 addOverlapSpans( UFieldCategory spanCategory, int8_t firstIndex, UErrorCode& status) addOverlapSpans() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DIndexedPointsTest.cpp111 void runTest(GLuint firstIndex, bool useVertexBufferWithColor = false) in runTest() argument
H A DLineLoopTest.cpp497 GLuint firstIndex; in runTest() member
487 runTest(GLenum indexType, const void *indices, GLuint indicesSize, GLuint firstIndex, bool useBuffersAsUboFirst) runTest() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedval_iterimpl.cpp86 addOverlapSpans( UFieldCategory spanCategory, int8_t firstIndex, UErrorCode& status) addOverlapSpans() argument
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sDrawTests.cpp67 deUint32 firstIndex; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_prim_restart.c36 uint32_t firstIndex; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderEncoderBase.cpp113 APIDrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance) APIDrawIndexed() argument
H A DCommandBufferStateTracker.cpp162 ValidateIndexBufferInRange(uint32_t indexCount, uint32_t firstIndex) ValidateIndexBufferInRange() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPURenderBundleEncoder.cpp144 drawIndexed(Napi::Env env, interop::GPUSize32 indexCount, interop::GPUSize32 instanceCount, interop::GPUSize32 firstIndex, interop::GPUSignedOffset32 baseVertex, interop::GPUSize32 firstInstance) drawIndexed() argument
H A DGPURenderPassEncoder.cpp214 drawIndexed(Napi::Env env, interop::GPUSize32 indexCount, interop::GPUSize32 instanceCount, interop::GPUSize32 firstIndex, interop::GPUSignedOffset32 baseVertex, interop::GPUSize32 firstInstance) drawIndexed() argument
/third_party/icu/icu4c/source/samples/cal/
H A Dcal.c290 get_symbols(const UDateFormat *fmt, UDateFormatSymbolType type, UChar *array[], int32_t arrayLength, int32_t lowestIndex, int32_t firstIndex, UErrorCode *status) get_symbols() argument
/third_party/lzma/CPP/Windows/Control/
H A DListView.h120 bool RedrawItems(int firstIndex, int lastIndex) { return BOOLToBool(ListView_RedrawItems(_window, firstIndex, lastIndex)); } in RedrawItems() argument
/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp193 int firstIndex; in recordDraw() local
201 mesh->setIndexed(std::move(indexBuffer), indexCount, firstIndex, 0, vertexCount - 1, in recordDraw() local
43 extract_verts(const GrAAConvexTessellator& tess, const SkMatrix* localCoordsMatrix, void* vertData, const GrVertexColor& color, uint16_t firstIndex, uint16_t* idxs) extract_verts() argument
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Dcal.c290 get_symbols(const UDateFormat *fmt, UDateFormatSymbolType type, UChar *array[], int32_t arrayLength, int32_t lowestIndex, int32_t firstIndex, UErrorCode *status) get_symbols() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DDrawVertexAndIndexBufferOOBValidationTests.cpp241 TestRenderPassDrawIndexed(const wgpu::RenderPipeline& pipeline, IndexBufferDesc indexBuffer, VertexBufferList vertexBufferList, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance, bool isSuccess) TestRenderPassDrawIndexed() argument
/third_party/skia/modules/skplaintexteditor/src/
H A Dshape.cpp250 int firstIndex = ptr - utf8Text; in set_character_bounds() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateIntervalFormat.java414 int firstIndex = -1; field in DateIntervalFormat.FormatOutput
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c488 uint32_t firstIndex; member

Completed in 19 milliseconds

123