| /external/skia/src/gpu/ganesh/ | 
| D | GrThreadSafeCache.h | 112         int numVertices() const { return fNumVertices; }  in numVertices()  function 137         VertexData(const void* vertices, int numVertices, size_t vertexSize)  in VertexData() 143         VertexData(sk_sp<GrGpuBuffer> gpuBuffer, int numVertices, size_t vertexSize)  in VertexData()
  | 
| /external/s2-geometry-library-java/src/com/google/common/geometry/ | 
| D | S2Polyline.java | 39   private final int numVertices;  field in S2Polyline 88   public int numVertices() {  in numVertices()  method in S2Polyline
  | 
| D | S2Loop.java | 72   private final int numVertices;  field in S2Loop 183   public int numVertices() {  in numVertices()  method in S2Loop
  | 
| D | S2Polygon.java | 65   private int numVertices;  field in S2Polygon 468     public S2LoopSequenceIndex(int[] numVertices) {  in S2LoopSequenceIndex()
  | 
| /external/deqp/framework/referencerenderer/ | 
| D | rrPrimitivePacket.cpp | 31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices)  in GeometryEmitter()
  | 
| /external/angle/src/libANGLE/renderer/vulkan/ | 
| D | VertexArrayVk.cpp | 144     size_t numVertices = 1;  in GetVertexCount()  local 444     size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize);  in convertVertexBufferGPU()  local 489     size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize);  in convertVertexBufferCPU()  local 733             size_t numVertices    = GetVertexCount(bufferVk, binding, intendedFormat.pixelBytes);  in syncDirtyAttrib()  local 965                         size_t numVertices = GetVertexCount(bufferVk, binding, srcAttributeSize);  in updateStreamedAttribs()  local 983                     size_t numVertices = instanceCount;  in updateStreamedAttribs()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ | 
| D | vktRobustnessVertexAccessTests.cpp | 260 									deUint32				numVertices,  in VertexAccessTest() 392 								deUint32				numVertices,  in DrawAccessTest() 490 											deUint32						numVertices,  in VertexAccessInstance() 1099 										deUint32				numVertices,  in DrawAccessInstance() 1136 													  deUint32						numVertices,  in DrawIndexedAccessInstance() 1182 		deUint32		numVertices;  in createDrawTests()  member
  | 
| /external/deqp/framework/randomshaders/ | 
| D | rsgProgramExecutor.cpp | 57 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/ | 
| D | es3fPrimitiveRestartTests.cpp | 324 				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
  | 
| D | es3fSyncTests.cpp | 111 	int numVertices = 3*numPrimitives;  in generateVertices()  local
  | 
| D | es3fShaderPrecisionTests.cpp | 339 	const int						numVertices	= 4;  in iterate()  local 553 	const int						numVertices	= 4;  in iterate()  local 747 	const int						numVertices	= 4;  in iterate()  local
  | 
| D | es3fRasterizerDiscardTests.cpp | 129 	int numVertices;  in generateVertices()  local
  | 
| D | es3fShaderBuiltinVarTests.cpp | 772 	const int				numVertices	= MAX_VERTICES;  in init()  local 953 void VertexIDCase::renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const…  in renderReference()
  | 
| /external/deqp/modules/glshared/ | 
| D | glsShaderPerformanceMeasurer.cpp | 308 		deInt64		numVertices			= (deInt64)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids;  in iterate()  local 328 	deInt64		numVertices			= (deInt64)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids;  in logMeasurementInfo()  local
  | 
| D | glsFragOpInteractionCase.cpp | 79 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
  | 
| D | glsRandomShaderCase.cpp | 78 VertexArray::VertexArray (const rsg::ShaderInput* input, int numVertices)  in VertexArray() 155 	int									numVertices	= (m_gridWidth+1)*(m_gridHeight+1);  in init()  local
  | 
| D | glsLongStressCase.cpp | 991 …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/ | 
| D | vktTessellationCommonEdgeTests.cpp | 129 		const int numVertices = (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3 : 4);  in initPrograms()  local 265 		const int numVertices			= (gridWidth+1)*(gridHeight+1);  in test()  local
  | 
| D | vktTessellationMiscDrawTests.cpp | 343 		const int numVertices = (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3 : 4);  in initCommonPrograms()  local
  | 
| /external/deqp/modules/gles3/stress/ | 
| D | es3sSyncTests.cpp | 99 	int numVertices = 3*numPrimitives;  in generateVertices()  local
  | 
| /external/swiftshader/tests/VulkanWrapper/ | 
| D | DrawTester.hpp | 154 		uint32_t numVertices = 0;  member
  | 
| /external/deqp/modules/gles3/performance/ | 
| D | es3pShaderControlStatementTests.cpp | 309 			int			numVertices		= (getGridWidth() + 1) * (getGridHeight() + 1);  in init()  local 589 			int			numVertices		= (getGridWidth() + 1) * (getGridHeight() + 1);  in init()  local
  | 
| /external/deqp/modules/gles2/performance/ | 
| D | es2pShaderControlStatementTests.cpp | 305 			int			numVertices		= (getGridWidth() + 1) * (getGridHeight() + 1);  in init()  local 581 			int			numVertices		= (getGridWidth() + 1) * (getGridHeight() + 1);  in init()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ | 
| D | vktFragmentOperationsEarlyFragmentTests.cpp | 409 	const deUint32					numVertices				= 6;  in iterate()  local 709 	const deUint32					numVertices				= 6;  in iterate()  local 1457 	const deUint32					numVertices				= 6u;  in iterate()  local 2136 	const deUint32						numVertices					= 6u;  in iterate()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ | 
| D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 283 	const deUint32					numVertices				= 6;  in iterate()  local
  |