Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp105 class VertexDataStorage class
108 VertexDataStorage (const vector<rsg::ShaderInput*>& attributes, int numVertices);
124 VertexDataStorage::VertexDataStorage (const vector<rsg::ShaderInput*>& attributes, int numVertices) in VertexDataStorage() function in deqp::gls::__anon2cda2ffd0211::VertexDataStorage
131 static inline glu::VertexArrayBinding getEntryWithPointer (const VertexDataStorage& data, int ndx) in getEntryWithPointer()
311 static void setupAttributes (sglr::Context& ctx, const VertexDataStorage& vertexData, deUint32 prog… in setupAttributes()
517 VertexDataStorage vertexData (m_vertexShader.getInputs(), numVertices); in iterate()