• Home
  • Raw
  • Download

Lines Matching refs:QueriedState

54 QueriedState::QueriedState (void)  in QueriedState()  function in deqp::gls::StateQueryUtil::QueriedState
59 QueriedState::QueriedState (glw::GLint v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
65 QueriedState::QueriedState (glw::GLint64 v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
71 QueriedState::QueriedState (bool v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
77 QueriedState::QueriedState (glw::GLfloat v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
83 QueriedState::QueriedState (glw::GLuint v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
89 QueriedState::QueriedState (const GLIntVec3& v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
97 QueriedState::QueriedState (void* v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
103 QueriedState::QueriedState (const GLIntVec4& v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
112 QueriedState::QueriedState (const GLUintVec4& v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
121 QueriedState::QueriedState (const GLFloatVec4& v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
130 QueriedState::QueriedState (const BooleanVec4& v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
139 QueriedState::QueriedState (const GLInt64Vec4& v) in QueriedState() function in deqp::gls::StateQueryUtil::QueriedState
148 bool QueriedState::isUndefined (void) const in isUndefined()
153 DataType QueriedState::getType (void) const in getType()
158 glw::GLint& QueriedState::getIntAccess (void) in getIntAccess()
164 glw::GLint64& QueriedState::getInt64Access (void) in getInt64Access()
170 bool& QueriedState::getBoolAccess (void) in getBoolAccess()
176 glw::GLfloat& QueriedState::getFloatAccess (void) in getFloatAccess()
182 glw::GLuint& QueriedState::getUintAccess (void) in getUintAccess()
188 QueriedState::GLIntVec3& QueriedState::getIntVec3Access (void) in getIntVec3Access()
194 void*& QueriedState::getPtrAccess (void) in getPtrAccess()
200 QueriedState::GLIntVec4& QueriedState::getIntVec4Access (void) in getIntVec4Access()
206 QueriedState::GLUintVec4& QueriedState::getUintVec4Access (void) in getUintVec4Access()
212 QueriedState::GLFloatVec4& QueriedState::getFloatVec4Access (void) in getFloatVec4Access()
218 QueriedState::BooleanVec4& QueriedState::getBooleanVec4Access (void) in getBooleanVec4Access()
224 QueriedState::GLInt64Vec4& QueriedState::getInt64Vec4Access (void) in getInt64Vec4Access()
271 …ollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, QueriedState& state) in queryState()
285 state = QueriedState(value == GL_TRUE); in queryState()
302 state = QueriedState(value == GL_TRUE); in queryState()
317 state = QueriedState(value); in queryState()
332 state = QueriedState(value); in queryState()
347 state = QueriedState(value); in queryState()
357 …esult, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state) in queryIndexedState()
381 state = QueriedState(res); in queryIndexedState()
398 state = QueriedState(value); in queryIndexedState()
413 state = QueriedState(value); in queryIndexedState()
427 state = QueriedState(value == GL_TRUE); in queryIndexedState()
444 state = QueriedState(value == GL_TRUE); in queryIndexedState()
459 state = QueriedState(value); in queryIndexedState()
474 state = QueriedState(value); in queryIndexedState()
484 …esult, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state) in queryAttributeState()
499 state = QueriedState(value); in queryAttributeState()
513 state = QueriedState(value); in queryAttributeState()
527 state = QueriedState(value); in queryAttributeState()
541 state = QueriedState(value); in queryAttributeState()
549 …lu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state) in queryFramebufferState()
564 state = QueriedState(value); in queryFramebufferState()
572 …u::CallLogWrapper& gl, QueryType type, glw::GLuint program, glw::GLenum pname, QueriedState& state) in queryProgramState()
587 state = QueriedState(value); in queryProgramState()
601 state = QueriedState(value); in queryProgramState()
609 …::CallLogWrapper& gl, QueryType type, glw::GLuint pipeline, glw::GLenum pname, QueriedState& state) in queryPipelineState()
624 state = QueriedState(value); in queryPipelineState()
632 …lu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state) in queryTextureParamState()
647 state = QueriedState(value); in queryTextureParamState()
661 state = QueriedState(value); in queryTextureParamState()
675 state = QueriedState(value); in queryTextureParamState()
689 state = QueriedState(value); in queryTextureParamState()
703 state = QueriedState(value); in queryTextureParamState()
717 state = QueriedState(value); in queryTextureParamState()
731 state = QueriedState(value); in queryTextureParamState()
745 state = QueriedState(value); in queryTextureParamState()
753 …Wrapper& gl, QueryType type, glw::GLenum target, int level, glw::GLenum pname, QueriedState& state) in queryTextureLevelState()
768 state = QueriedState(value); in queryTextureLevelState()
782 state = QueriedState(value); in queryTextureLevelState()
790 …Collector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum pname, QueriedState& state) in queryPointerState()
805 state = QueriedState(value); in queryPointerState()
813 …ollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLuint handle, QueriedState& state) in queryObjectState()
827 state = QueriedState(value == GL_TRUE); in queryObjectState()
835 …lu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state) in queryQueryState()
850 state = QueriedState(value); in queryQueryState()
858 …u::CallLogWrapper& gl, QueryType type, glw::GLuint sampler, glw::GLenum pname, QueriedState& state) in querySamplerState()
873 state = QueriedState(value); in querySamplerState()
887 state = QueriedState(value); in querySamplerState()
901 state = QueriedState(value); in querySamplerState()
915 state = QueriedState(value); in querySamplerState()
929 state = QueriedState(value); in querySamplerState()
943 state = QueriedState(value); in querySamplerState()
957 state = QueriedState(value); in querySamplerState()
971 state = QueriedState(value); in querySamplerState()
981 void verifyBoolean (tcu::ResultCollector& result, QueriedState& state, bool expected) in verifyBoolean()
1038 void verifyInteger (tcu::ResultCollector& result, QueriedState& state, int expected) in verifyInteger()
1120 void verifyIntegerMin (tcu::ResultCollector& result, QueriedState& state, int minValue) in verifyIntegerMin()
1174 void verifyIntegerMax (tcu::ResultCollector& result, QueriedState& state, int maxValue) in verifyIntegerMax()
1228 void verifyFloat (tcu::ResultCollector& result, QueriedState& state, float expected) in verifyFloat()
1322 void verifyFloatMin (tcu::ResultCollector& result, QueriedState& state, float minValue) in verifyFloatMin()
1376 void verifyFloatMax (tcu::ResultCollector& result, QueriedState& state, float maxValue) in verifyFloatMax()
1430 void verifyIntegerVec3 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVec3& expect… in verifyIntegerVec3()
1453 void verifyIntegerVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVec4& expect… in verifyIntegerVec4()
1477 void verifyUnsignedIntegerVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::UVec4… in verifyUnsignedIntegerVec4()
1501 void verifyBooleanVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::BVec4& expect… in verifyBooleanVec4()
1626 void verifyFloatVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::Vec4& expected) in verifyFloatVec4()
1716 void verifyPointer (tcu::ResultCollector& result, QueriedState& state, const void* expected) in verifyPointer()
1742 void verifyNormalizedI32Vec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVec4& … in verifyNormalizedI32Vec4()
1831 QueriedState state; in verifyStateBoolean()
1841 QueriedState state; in verifyStateInteger()
1851 QueriedState state; in verifyStateIntegerMin()
1861 QueriedState state; in verifyStateIntegerMax()
1871 QueriedState stateA; in verifyStateIntegerEqualToOther()
1872 QueriedState stateB; in verifyStateIntegerEqualToOther()
1918 QueriedState state; in verifyStateFloat()
1928 QueriedState state; in verifyStateFloatMin()
1938 QueriedState state; in verifyStateFloatMax()
1948 QueriedState state; in verifyStatePointer()
1958 QueriedState state; in verifyStateIndexedBoolean()
1968 QueriedState state; in verifyStateIndexedBooleanVec4()
1978 QueriedState state; in verifyStateIndexedInteger()
1988 QueriedState state; in verifyStateIndexedIntegerMin()
1998 QueriedState state; in verifyStateAttributeInteger()
2008 QueriedState state; in verifyStateFramebufferInteger()
2018 QueriedState state; in verifyStateFramebufferIntegerMin()
2028 QueriedState state; in verifyStateProgramInteger()
2038 QueriedState state; in verifyStateProgramIntegerVec3()
2048 QueriedState state; in verifyStatePipelineInteger()
2058 QueriedState state; in verifyStateTextureParamInteger()
2068 QueriedState state; in verifyStateTextureParamFloat()
2078 QueriedState state; in verifyStateTextureParamFloatVec4()
2088 QueriedState state; in verifyStateTextureParamNormalizedI32Vec4()
2098 QueriedState state; in verifyStateTextureParamIntegerVec4()
2108 QueriedState state; in verifyStateTextureParamUnsignedIntegerVec4()
2118 QueriedState state; in verifyStateTextureLevelInteger()
2128 QueriedState state; in verifyStateObjectBoolean()
2138 QueriedState state; in verifyStateQueryInteger()
2148 QueriedState state; in verifyStateSamplerParamInteger()
2158 QueriedState state; in verifyStateSamplerParamFloat()
2168 QueriedState state; in verifyStateSamplerParamFloatVec4()
2178 QueriedState state; in verifyStateSamplerParamNormalizedI32Vec4()
2188 QueriedState state; in verifyStateSamplerParamIntegerVec4()
2198 QueriedState state; in verifyStateSamplerParamUnsignedIntegerVec4()