OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BooleanStateQueryTests
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.hpp
45
class
BooleanStateQueryTests
: public TestCaseGroup
48
BooleanStateQueryTests
(Context& context);
49
~
BooleanStateQueryTests
(void);
55
BooleanStateQueryTests
(const
BooleanStateQueryTests
& other);
56
BooleanStateQueryTests
& operator= (const
BooleanStateQueryTests
& other);
es2fBooleanStateQueryTests.cpp
537
BooleanStateQueryTests
::
BooleanStateQueryTests
(Context& context)
546
BooleanStateQueryTests
::~
BooleanStateQueryTests
(void)
551
void
BooleanStateQueryTests
::init (void)
594
void
BooleanStateQueryTests
::deinit (void)
/external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.hpp
46
class
BooleanStateQueryTests
: public TestCaseGroup
49
BooleanStateQueryTests
(Context& context);
50
~
BooleanStateQueryTests
(void);
56
BooleanStateQueryTests
(const
BooleanStateQueryTests
& other);
57
BooleanStateQueryTests
& operator= (const
BooleanStateQueryTests
& other);
es3fBooleanStateQueryTests.cpp
727
BooleanStateQueryTests
::
BooleanStateQueryTests
(Context& context)
737
BooleanStateQueryTests
::~
BooleanStateQueryTests
(void)
742
void
BooleanStateQueryTests
::init (void)
795
void
BooleanStateQueryTests
::deinit (void)
Completed in 60 milliseconds