OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evalSequenceSideEffCase1
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
180
void
evalSequenceSideEffCase1
(ShaderEvalContext& ctx) { ctx.color.x() = (float)sequenceSideEffCase1(ctx.in[0].z(), (int)ctx.in[1].x(), ctx.in[2].y()); }
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
223
void
evalSequenceSideEffCase1
(ShaderEvalContext& ctx) { ctx.color.x() = (float)sequenceSideEffCase1 (ctx.in[0].z(), (deUint32)ctx.in[1].x(), ctx.in[2].y()); }
[
all
...]
Completed in 133 milliseconds