Searched refs:changeState (Results 1 – 5 of 5) sorted by relevance
/external/parameter-framework/upstream/tools/coverage/ |
D | coverage.py | 630 self.changeState(self.initStateNamesList, ignoreIntegrity) 634 self.changeState(self.initStateNamesList, ignoreIntegrity=True) 636 def changeState(self, subStateNames, ignoreIntegrity=False): member in Criterion 812 changeCriterionOperation = lambda criterion : criterion.changeState(newCriterionState)
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeTests.cpp | 58 virtual void changeState (const glw::Functions& gl, int stateId) = 0; 78 changeState(gl, 0); in renderTest() 81 changeState(gl, 1); in renderTest() 88 changeState(gl, 0); in renderReference() 93 changeState(gl, 1); in renderReference() 124 virtual void changeState (const glw::Functions& gl, int stateId)\
|
D | es2pRedundantStateChangeTests.cpp | 57 virtual void changeState (const glw::Functions& gl) = 0; 77 changeState(gl); in renderTest() 84 changeState(gl); in renderReference() 115 virtual void changeState (const glw::Functions& gl)\
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeTests.cpp | 58 virtual void changeState (const glw::Functions& gl, int stateId) = 0; 78 changeState(gl, 0); in renderTest() 81 changeState(gl, 1); in renderTest() 88 changeState(gl, 0); in renderReference() 93 changeState(gl, 1); in renderReference() 124 virtual void changeState (const glw::Functions& gl, int stateId)\
|
D | es3pRedundantStateChangeTests.cpp | 57 virtual void changeState (const glw::Functions& gl) = 0; 77 changeState(gl); in renderTest() 84 changeState(gl); in renderReference() 115 virtual void changeState (const glw::Functions& gl)\
|