Searched refs:numVerticesPerDraw (Results 1 - 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 277 const int numVerticesPerDraw = 4; local 373 vertexArrays.push_back(va::Float(positionLoc, 4, numVerticesPerDraw, 0, &s_positions[0])); 389 scalars.resize(numVerticesPerDraw * scalarSize); 392 for (int repNdx = 0; repNdx < numVerticesPerDraw; repNdx++) 399 for (int repNdx = 0; repNdx < numVerticesPerDraw; repNdx++) 433 vertexArrays.push_back(va::Float(attribLoc + i, numRows, numVerticesPerDraw, 441 vertexArrays.push_back(va::Float(attribLoc, scalarSize, numVerticesPerDraw, 0, &scalars[0]));
|
/external/deqp/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 927 const int numVerticesPerDraw = 4; 1170 vertexArrays.push_back(va::Float(positionLoc, 4, numVerticesPerDraw, 0, &s_positions[0])); 1182 scalars.resize(numVerticesPerDraw * scalarSize); 1185 for (int repNdx = 0; repNdx < numVerticesPerDraw; repNdx++) 1192 for (int repNdx = 0; repNdx < numVerticesPerDraw; repNdx++) 1225 vertexArrays.push_back(va::Float(attribLoc + i, numRows, numVerticesPerDraw, scalarSize*(int)sizeof(float), &scalars[i * numRows])); 1230 vertexArrays.push_back(va::Float(attribLoc, scalarSize, numVerticesPerDraw, 0, &scalars[0]));
|
Completed in 222 milliseconds