OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVtxCase
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp
423
bool
isVtxCase
= m_isVertexCase;
460
std::ostringstream& op =
isVtxCase
? vert : frag;
468
if (
isVtxCase
)
492
if (
isVtxCase
)
499
const char* texCoord =
isVtxCase
? "a_in0" : "v_texCoord";
500
const char* lodBias =
isVtxCase
? "a_in1" : "v_lodBias";
511
if (
isVtxCase
)
/external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp
[
all
...]
Completed in 42 milliseconds