Home
last modified time | relevance | path

Searched refs:m_numVertices (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp157 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/
DrsgProgramExecutor.cpp81 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/
Des3pDepthTests.cpp110 const int m_numVertices; member in deqp::gles3::Performance::__anon9d9b24b40111::RenderData
117 , m_numVertices (int(object.geometry.size())/4) in RenderData()
706 gl.drawArrays(GL_TRIANGLES, 0, data.m_numVertices); in render()
717 gl.drawArraysInstanced(GL_TRIANGLES, 0, data.m_numVertices, instances); in render()
Des3pBufferDataUploadTests.cpp5418 int m_numVertices; member in deqp::gles3::Performance::__anon67db42180111::UploadWaitDrawCase
5448 , m_numVertices (-1) in UploadWaitDrawCase()
5499 m_numVertices = getLayeredGridNumVertices(scene); in init()
5522 gl.drawElements(GL_TRIANGLES, m_numVertices, GL_UNSIGNED_INT, DE_NULL); in init()
5532 gl.drawArrays(GL_TRIANGLES, 0, m_numVertices); in init()
5557 gl.drawArrays(GL_TRIANGLES, 0, m_numVertices); in init()
5559 gl.drawElements(GL_TRIANGLES, m_numVertices, GL_UNSIGNED_INT, DE_NULL); in init()
5614 << "Upload size is " << getHumanReadableByteSize(m_numVertices * vertexUploadDataSize) << ".\n" in init()
5820 gl.drawArrays(GL_TRIANGLES, 0, m_numVertices); in drawFromBuffer()
5822 gl.drawElements(GL_TRIANGLES, m_numVertices, GL_UNSIGNED_INT, DE_NULL); in drawFromBuffer()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4442 int m_numVertices; member in deqp::gles31::Functional::__anon2babdd300111::ViewportCallOrderCase
4448 , m_numVertices (-1) in ViewportCallOrderCase()
4534 gl.drawArrays(GL_PATCHES, 0, m_numVertices); in iterate()
4600 m_numVertices = (int)data.size(); in genVbo()