Searched refs:m_numVertices (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 157 int getNumVertices (void) const { return m_numVertices; } in getNumVertices() 178 int m_numVertices; member in deqp::gls::QuadGrid 195 , m_numVertices ((gridSize + 1) * (gridSize + 1)) in QuadGrid() 204 m_positions.resize(m_numVertices); in QuadGrid() 205 m_coords.resize(m_numVertices); in QuadGrid() 206 m_unitCoords.resize(m_numVertices); in QuadGrid() 207 m_attribOne.resize(m_numVertices); in QuadGrid() 208 m_screenPos.resize(m_numVertices); in QuadGrid() 212 m_userAttribs[i].resize(m_numVertices); in QuadGrid()
|
/external/deqp/framework/randomshaders/ |
D | rsgProgramExecutor.cpp | 81 int m_numVertices; member in rsg::VaryingStore 86 : m_numVertices(numVertices) in VaryingStore() 103 storage = new VaryingStorage(type, m_numVertices); in getStorage()
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 109 const int m_numVertices; member in deqp::gles3::Performance::__anon8b3a174b0111::RenderData 116 , m_numVertices (int(object.geometry.size())/4) in RenderData() 705 gl.drawArrays(GL_TRIANGLES, 0, data.m_numVertices); in render() 716 gl.drawArraysInstanced(GL_TRIANGLES, 0, data.m_numVertices, instances); in render()
|
D | es3pBufferDataUploadTests.cpp | 5438 int m_numVertices; member in deqp::gles3::Performance::__anonc48b084f0111::UploadWaitDrawCase 5468 , m_numVertices (-1) in UploadWaitDrawCase() 5519 m_numVertices = getLayeredGridNumVertices(scene); in init() 5542 gl.drawElements(GL_TRIANGLES, m_numVertices, GL_UNSIGNED_INT, DE_NULL); in init() 5552 gl.drawArrays(GL_TRIANGLES, 0, m_numVertices); in init() 5577 gl.drawArrays(GL_TRIANGLES, 0, m_numVertices); in init() 5579 gl.drawElements(GL_TRIANGLES, m_numVertices, GL_UNSIGNED_INT, DE_NULL); in init() 5634 << "Upload size is " << getHumanReadableByteSize(m_numVertices * vertexUploadDataSize) << ".\n" in init() 5840 gl.drawArrays(GL_TRIANGLES, 0, m_numVertices); in drawFromBuffer() 5842 gl.drawElements(GL_TRIANGLES, m_numVertices, GL_UNSIGNED_INT, DE_NULL); in drawFromBuffer()
|