Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp72 class VaryingStore class
75 VaryingStore (int numVertices);
76 ~VaryingStore (void);
85 VaryingStore::VaryingStore (int numVertices) in VaryingStore() function in rsg::VaryingStore
90 VaryingStore::~VaryingStore (void) in ~VaryingStore()
97 VaryingStorage* VaryingStore::getStorage (const VariableType& type, const char* name) in getStorage()
217 VaryingStore varyingStore(numVertices); in execute()