OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectResult
(Results
1 - 8
of
8
) sorted by null
/external/deqp/framework/opengl/
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))
386
void parseExpectResult (
ExpectResult
&
expectResult
);
1211
void ShaderParser::parseExpectResult (
ExpectResult
&
expectResult
)
1216
expectResult
= EXPECT_PASS
[
all
...]
gluShaderLibrary.hpp
48
enum
ExpectResult
171
ExpectResult
expectResult
;
183
,
expectResult
(EXPECT_LAST)
/external/deqp/modules/glshared/
glsShaderConstExprTests.cpp
161
spec.
expectResult
= glu::sl::EXPECT_PASS;
182
spec.
expectResult
= glu::sl::EXPECT_PASS;
215
spec.
expectResult
= glu::sl::EXPECT_PASS;
236
spec.
expectResult
= glu::sl::EXPECT_PASS;
glsShaderLibraryCase.cpp
741
switch (m_spec.
expectResult
)
[
all
...]
/external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.hpp
55
enum
ExpectResult
102
ExpectResult
expectResult
, const std::vector<ValueBlock>& valueBlocks, glu::GLSLVersion targetVersion,
146
ExpectResult
m_expectResult;
glcShaderLibraryCase.cpp
81
ExpectResult
expectResult
, const std::vector<ValueBlock>& valueBlocks, GLSLVersion targetVersion,
85
, m_expectResult(
expectResult
)
[
all
...]
/external/icu/icu4c/source/test/cintltst/
putiltst.c
565
const char *
expectResult
;
592
const char *expect = STRNULL(testCases[i].
expectResult
);
611
const char *
expectResult
;
686
const char *expect = STRNULL(testCases[i].
expectResult
);
/external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp
[
all
...]
Completed in 388 milliseconds