OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TesterType
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/glshared/
glsTextureStateQueryTests.hpp
41
enum
TesterType
73
bool isLegalTesterForTarget (glw::GLenum target,
TesterType
tester);
75
bool isSamplerStateTester (
TesterType
tester);
78
tcu::TestCase* createTexParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType, glw::GLenum target,
TesterType
tester);
79
tcu::TestCase* createSamplerParamTest (tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const std::string& name, const std::string& description, StateQueryUtil::QueryType queryType,
TesterType
tester);
glsTextureStateQueryTests.cpp
47
static glw::GLenum mapTesterToPname (
TesterType
tester)
96
static bool isPureIntTester (
TesterType
tester)
139
static bool isPureUintTester (
TesterType
tester)
300
static bool isCoreTester (
TesterType
tester)
321
static RequiredExtensions getTesterExtension (
TesterType
tester)
395
static bool isCoreTester (
TesterType
tester)
401
static RequiredExtensions getTesterExtension (
TesterType
tester)
501
static bool isCoreTester (
TesterType
tester)
530
static RequiredExtensions getTesterExtension (
TesterType
tester)
595
static bool isCoreTester (const glu::ContextType& contextType,
TesterType
tester
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSamplerStateQueryTests.cpp
61
static bool isIsVectorQuery (
TesterType
tester)
66
static bool isExtendedParamQuery (
TesterType
tester)
114
TesterType
tester;
147
TesterType
intTester;
148
TesterType
uintTester;
218
const
TesterType
tester = (pureSetters[setterNdx].verifier == QUERY_SAMPLER_PARAM_PURE_INTEGER) ? (pureStates[stateNdx].intTester)
es31fTextureStateQueryTests.cpp
61
static bool isIsVectorQuery (
TesterType
tester)
66
static bool isExtendedParamQuery (
TesterType
tester)
132
TesterType
tester;
174
TesterType
intTester;
175
TesterType
uintTester;
269
const
TesterType
tester = (pureSetters[setterNdx].verifier == QUERY_TEXTURE_PARAM_PURE_INTEGER) ? (pureStates[stateNdx].intTester)
/external/deqp/modules/gles3/functional/
es3fSamplerStateQueryTests.cpp
77
TesterType
tester;
es3fTextureStateQueryTests.cpp
89
TesterType
tester;
Completed in 112 milliseconds