Home
last modified time | relevance | path

Searched defs:baseIndex (Results 1 – 25 of 36) sorted by relevance

12

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java103 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
110 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
123 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
134 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DTailoredSet.java105 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
112 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
125 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
136 int baseIndex = Collation.indexFromCE32(baseCE32); in compare() local
/third_party/skia/experimental/graphite/src/
DCommandBuffer.h74 void drawIndexed(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount, in drawIndexed()
84 void drawIndexedInstanced(PrimitiveType type, unsigned int baseIndex, unsigned int indexCount, in drawIndexedInstanced()
/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.h46 const void* offsetForBaseIndex(int baseIndex) const { in offsetForBaseIndex()
DGrGLOpsRenderPass.cpp191 void GrGLOpsRenderPass::onDrawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, in onDrawIndexed()
240 void GrGLOpsRenderPass::onDrawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, in onDrawIndexedInstanced()
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.h51 void onDrawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, in onDrawIndexed()
DGrD3DOpsRenderPass.cpp264 void GrD3DOpsRenderPass::onDrawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, in onDrawIndexedInstanced()
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp203 void GrDawnOpsRenderPass::onDrawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, in onDrawIndexed()
208 void GrDawnOpsRenderPass::onDrawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, in onDrawIndexedInstanced()
/third_party/skia/src/gpu/
DGrOpsRenderPass.cpp233 void GrOpsRenderPass::drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, in drawIndexed()
256 void GrOpsRenderPass::drawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, in drawIndexedInstanced()
DGrSimpleMesh.h57 int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, in setIndexed()
DGrOpFlushState.h237 void drawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, uint16_t maxIndexValue, in drawIndexed()
245 void drawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, int baseInstance, in drawIndexedInstanced()
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.h80 void onDrawIndexed(int indexCount, int baseIndex, uint16_t minIndexValue, in onDrawIndexed()
DGrVkOpsRenderPass.cpp771 void GrVkOpsRenderPass::onDrawIndexedInstanced(int indexCount, int baseIndex, int instanceCount, in onDrawIndexedInstanced()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.h93 const GrBuffer* indexBuffer, int indexCount, int baseIndex, in sendIndexedMeshToGpu()
DGrDawnGpuCommandBuffer.cpp464 int baseIndex, in sendIndexedInstancedMeshToGpu()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java283 int baseIndex; in _put() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DUnicodeMap.java286 int baseIndex; in _put() local
/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp170 uint16_t baseIndex) { in WriteFixedIndexBufferBaseIndex()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h163 int baseIndex, uint16_t /*minIndexValue*/, uint16_t /*maxIndexValue*/, in sendIndexedMeshToGpu()
/third_party/flutter/skia/src/sksl/
DSkSLByteCode.cpp356 int baseIndex) { in innerRun()
1092 int baseIndex = 0; in run() local
1180 int baseIndex = 0; in runStriped() local
/third_party/skia/tests/
DGrMeshTest.cpp288 int baseIndex = (y % 2); local
355 int baseIndex = 1 + y * 6; local
/third_party/flutter/skia/src/gpu/
DGrMesh.h154 inline void GrMesh::setIndexed(sk_sp<const GrBuffer> indexBuffer, int indexCount, int baseIndex, in setIndexed()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp1342 …ng triangleForPixel(const std::string& pixel, const std::string& len, const std::string& baseIndex) in triangleForPixel()
1505 const std::string baseIndex = (m_taskNeeded ? "0" : "(" + localIndex + " * 3u)"); in initPrograms() local
1609 const std::string baseIndex = "(gl_LocalInvocationIndex * 3u)"; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp1342 …ng triangleForPixel(const std::string& pixel, const std::string& len, const std::string& baseIndex) in triangleForPixel()
1505 const std::string baseIndex = (m_taskNeeded ? "0" : "(" + localIndex + " * 3u)"); in initPrograms() local
1609 const std::string baseIndex = "(gl_LocalInvocationIndex * 3u)"; in initPrograms() local
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp523 int baseIndex = runningQuadCount * numIndicesPerQuad; in IssueDraw() local

12