Home
last modified time | relevance | path

Searched defs:numVertices (Results 1 – 25 of 50) sorted by relevance

12

/external/skia/src/gpu/
DGrThreadSafeCache.h111 int numVertices() const { return fNumVertices; } in numVertices() function
136 VertexData(const void* vertices, int numVertices, size_t vertexSize) in VertexData()
142 VertexData(sk_sp<GrGpuBuffer> gpuBuffer, int numVertices, size_t vertexSize) in VertexData()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Polyline.java39 private final int numVertices; field in S2Polyline
88 public int numVertices() { in numVertices() method in S2Polyline
DS2Loop.java72 private final int numVertices; field in S2Loop
183 public int numVertices() { in numVertices() method in S2Loop
DS2Polygon.java65 private int numVertices; field in S2Polygon
468 public S2LoopSequenceIndex(int[] numVertices) { in S2LoopSequenceIndex()
/external/deqp/framework/referencerenderer/
DrrPrimitivePacket.cpp31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices) in GeometryEmitter()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp237 deUint32 numVertices, in VertexAccessTest()
362 deUint32 numVertices, in DrawAccessTest()
443 deUint32 numVertices, in VertexAccessInstance()
1037 deUint32 numVertices, in DrawAccessInstance()
1068 deUint32 numVertices, in DrawIndexedAccessInstance()
1113 deUint32 numVertices; in createDrawTests() member
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp57 VaryingStorage::VaryingStorage (const VariableType& type, int numVertices) in VaryingStorage()
85 VaryingStore::VaryingStore (int numVertices) in VaryingStore()
215 int numVertices = gridVtxWidth*gridVtxHeight; in execute() local
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp324 int numVertices = row*numCols + col + 1; in init() local
355 int numVertices = stripNdx + 1; in init() local
427 int numVertices = rowNdx + 1; in init() local
Des3fSyncTests.cpp111 int numVertices = 3*numPrimitives; in generateVertices() local
Des3fShaderPrecisionTests.cpp339 const int numVertices = 4; in iterate() local
553 const int numVertices = 4; in iterate() local
747 const int numVertices = 4; in iterate() local
Des3fRasterizerDiscardTests.cpp129 int numVertices; in generateVertices() local
Des3fShaderBuiltinVarTests.cpp772 const int numVertices = MAX_VERTICES; in init() local
953 void VertexIDCase::renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const… in renderReference()
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DBackgroundRenderer.java83 int numVertices = 4; in createOnGlThread() local
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp306 deInt64 numVertices = (deInt64)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids; in iterate() local
326 deInt64 numVertices = (deInt64)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids; in logMeasurementInfo() local
DglsFragOpInteractionCase.cpp79 static void computeVertexLayout (const vector<rsg::ShaderInput*>& attributes, int numVertices, vect… in computeVertexLayout()
124 VertexDataStorage::VertexDataStorage (const vector<rsg::ShaderInput*>& attributes, int numVertices) in VertexDataStorage()
516 const int numVertices = 4; in iterate() local
DglsRandomShaderCase.cpp78 VertexArray::VertexArray (const rsg::ShaderInput* input, int numVertices) in VertexArray()
155 int numVertices = (m_gridWidth+1)*(m_gridHeight+1); in init() local
DglsLongStressCase.cpp991 …t8>& attrDataBuf, int& dataSizeBytesDst, const VarSpec& attrSpec, const int numVertices, Random& r… in generateRandomAttribData()
1027 …t8>& attrDataBuf, int& dataSizeBytesDst, const VarSpec& attrSpec, const int numVertices, Random& r… in generateRandomPositionAttribData()
1063 …zes, const vector<VarSpec>& attrSpecs, const string& posAttrName, const int numVertices, Random& r… in generateAttribs()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp127 const int numVertices = (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3 : 4); in initPrograms() local
263 const int numVertices = (gridWidth+1)*(gridHeight+1); in test() local
DvktTessellationMiscDrawTests.cpp341 const int numVertices = (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3 : 4); in initCommonPrograms() local
/external/deqp/modules/gles3/stress/
Des3sSyncTests.cpp99 int numVertices = 3*numPrimitives; in generateVertices() local
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp127 size_t numVertices = 1; in GetVertexCount() local
393 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferGPU() local
442 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferCPU() local
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp151 uint32_t numVertices = 0; member
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp305 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
581 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp309 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
589 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
/external/skqp/src/gpu/ccpr/
DGrCCFiller.cpp268 static void emit_tessellated_fan(const GrTessellator::WindingVertex* vertices, int numVertices, in emit_tessellated_fan()

12