OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectResult
(Results
1 - 4
of
4
) sorted by null
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.h
219
bool
ExpectResult
) {
232
if (!VerifiedResult &&
ExpectResult
) {
235
} else if (VerifiedResult && !
ExpectResult
) {
246
if (!VerifiedResult &&
ExpectResult
) {
249
} else if (VerifiedResult && !
ExpectResult
) {
/external/deqp/framework/opengl/
gluShaderLibrary.hpp
48
enum
ExpectResult
139
ExpectResult
expectResult
;
151
,
expectResult
(EXPECT_LAST)
gluShaderLibrary.cpp
116
if (spec.
expectResult
!= EXPECT_PASS &&
117
spec.
expectResult
!= EXPECT_VALIDATION_FAIL &&
118
spec.
expectResult
!= EXPECT_BUILD_SUCCESSFUL)
131
if (!de::inBounds(spec.
expectResult
, (
ExpectResult
)0, EXPECT_LAST))
416
void parseExpectResult (
ExpectResult
&
expectResult
);
1226
void ShaderParser::parseExpectResult (
ExpectResult
&
expectResult
)
1231
expectResult
= EXPECT_PASS
[
all
...]
/external/deqp/modules/gles31/functional/
es31fNegativeShaderDirectiveTests.cpp
39
enum
ExpectResult
47
void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources,
ExpectResult
expect)
76
void verifyShader(NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource,
ExpectResult
expect)
Completed in 83 milliseconds