• Home
  • Raw
  • Download

Lines Matching refs:ResultCollector

94 	bool			verifyValidity				(tcu::ResultCollector& result) const;
204 bool StateQueryMemoryWriteGuard<T>::verifyValidity (tcu::ResultCollector& result) const in verifyValidity()
385 void queryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw…
386 void queryIndexedState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type…
387 void queryAttributeState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType typ…
388 void queryFramebufferState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType t…
389 void queryProgramState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type…
390 void queryPipelineState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType typ…
391 void queryTextureParamState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType …
392 void queryTextureLevelState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType …
393 void queryPointerState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type…
394 void queryObjectState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type,…
395 void queryQueryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, …
396 void querySamplerState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type…
400 void verifyBoolean (tcu::ResultCollector& result, QueriedState& state, bool expected);
401 void verifyInteger (tcu::ResultCollector& result, QueriedState& state, int expected);
402 void verifyIntegerMin (tcu::ResultCollector& result, QueriedState& state, int minValue);
403 void verifyIntegerMax (tcu::ResultCollector& result, QueriedState& state, int maxValue);
404 void verifyIntegersEqual (tcu::ResultCollector& result, QueriedState& stateA, QueriedState& st…
405 void verifyFloat (tcu::ResultCollector& result, QueriedState& state, float expected);
406 void verifyFloatMin (tcu::ResultCollector& result, QueriedState& state, float minValue);
407 void verifyFloatMax (tcu::ResultCollector& result, QueriedState& state, float maxValue);
408 void verifyIntegerVec3 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVec3& …
409 void verifyIntegerVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVec4& …
410 void verifyUnsignedIntegerVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::U…
411 void verifyFloatVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::Vec4& exp…
412 void verifyBooleanVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::BVec4& …
413 void verifyPointer (tcu::ResultCollector& result, QueriedState& state, const void* expected);
414 void verifyNormalizedI32Vec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::IVe…
418 void verifyStateBoolean (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum t…
419 void verifyStateInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum t…
420 void verifyStateIntegerMin (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum…
421 void verifyStateIntegerMax (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum…
422 void verifyStateIntegerEqualToOther (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw:…
423 void verifyStateFloat (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum tar…
424 void verifyStateFloatMin (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum t…
425 void verifyStateFloatMax (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum t…
426 void verifyStatePointer (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum t…
427 void verifyStateIndexedBoolean (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLe…
428 void verifyStateIndexedBooleanVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::…
429 void verifyStateIndexedInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLe…
430 void verifyStateIndexedIntegerMin (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::G…
431 void verifyStateAttributeInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GL…
432 void verifyStateFramebufferInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::…
433 void verifyStateFramebufferIntegerMin (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw…
434 void verifyStateProgramInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLu…
435 void verifyStateProgramIntegerVec3 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::…
436 void verifyStatePipelineInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GL…
437 void verifyStateTextureParamInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw:…
438 void verifyStateTextureParamFloat (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::G…
439 void verifyStateTextureParamFloatVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw…
440 void verifyStateTextureParamNormalizedI32Vec4 (tcu::ResultCollector& result, glu::CallLogWrapper& g…
441 void verifyStateTextureParamIntegerVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, g…
442 void verifyStateTextureParamUnsignedIntegerVec4 (tcu::ResultCollector& result, glu::CallLogWrapper&…
443 void verifyStateTextureLevelInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw:…
444 void verifyStateObjectBoolean (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLui…
445 void verifyStateQueryInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenu…
446 void verifyStateSamplerParamInteger (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw:…
447 void verifyStateSamplerParamFloat (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::G…
448 void verifyStateSamplerParamFloatVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw…
449 void verifyStateSamplerParamNormalizedI32Vec4 (tcu::ResultCollector& result, glu::CallLogWrapper& g…
450 void verifyStateSamplerParamIntegerVec4 (tcu::ResultCollector& result, glu::CallLogWrapper& gl, g…
451 void verifyStateSamplerParamUnsignedIntegerVec4 (tcu::ResultCollector& result, glu::CallLogWrapper&…