Searched refs:rangeB (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp182 ShaderFloatPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, const tcu::Vec2& rangeA, const tcu::Vec2& rangeB, bool isVertexCase);
236 ShaderFloatPrecisionCase::ShaderFloatPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, const tcu::Vec2& rangeA, const tcu::Vec2& rangeB, bool isVertexCase) argument
242 , m_rangeB (rangeB)
457 ShaderIntPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, int bits, const tcu::IVec2& rangeA, const tcu::IVec2& rangeB, bool isVertexCase);
488 ShaderIntPrecisionCase::ShaderIntPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, int bits, const tcu::IVec2& rangeA, const tcu::IVec2& rangeB, bool isVertexCase) argument
495 , m_rangeB (rangeB)
656 ShaderUintPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rangeB, bool isVertexCase);
687 ShaderUintPrecisionCase::ShaderUintPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rangeB, bool isVertexCase) argument
694 , m_rangeB (rangeB)
887 tcu::Vec2 rangeB; member in struct:deqp::gles3::Functional::__anon20070
909 tcu::IVec2 rangeB; member in struct:deqp::gles3::Functional::__anon20071
935 tcu::UVec2 rangeB; member in struct:deqp::gles3::Functional::__anon20072
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTimeRangesTest.cpp77 RefPtrWillBeRawPtr<TimeRanges> rangeB = TimeRanges::create(); local
86 // Add the values in rangeA to rangeB in reverse order.
88 rangeB->add(rangeA->start(i, IGNORE_EXCEPTION), rangeA->end(i, IGNORE_EXCEPTION));
90 ASSERT_RANGE(expected, rangeB);

Completed in 94 milliseconds