Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgVariableManager.hpp106 class ReservedScalars class
111 ReservedScalars (void) in ReservedScalars() function in rsg::ReservedScalars
204 void reserve (ReservedScalars& store, int numScalars);
205 void release (ReservedScalars& store);
DrsgVariableManager.cpp374 void VariableManager::reserve (ReservedScalars& store, int numScalars) in reserve()
381 void VariableManager::release (ReservedScalars& store) in release()
DrsgShaderGenerator.cpp184 ReservedScalars reservedScalars; in generate()