Home
last modified time | relevance | path

Searched defs:triangleCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultiDrawTest.cpp594 const GLint triangleCount = 4; in TEST_P() local
693 const GLint triangleCount = 4; in TEST_P() local
801 const GLint triangleCount = 4; in TEST_P() local
/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp172 int triangleCount = bufferSize / (sizeof(uint16_t) * 3); in WriteFixedIndexBufferBaseIndex() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp51 …vokingVertexModeEXT provokingVertexMode, T indices, unsigned int start, unsigned int triangleCount) in setBatchIndices()
609 unsigned int triangleCount, in processPrimitiveVertices()
/third_party/flutter/skia/src/gpu/
DSkGpuDevice.cpp1480 int triangleCount = 0; in wireframeVertices() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.cpp1118 …void Renderer::processPrimitiveVertices(int unit, unsigned int start, unsigned int triangleCount, … in processPrimitiveVertices()