Home | Sort by relevance Sort by last modified time |
/external/deqp/modules/gles2/functional/ | |
es2fShaderOperatorTests.cpp | 826 void eval_refract_float (ShaderEvalContext& c) { c.color.x() = refract(c.in[0].z(), c.in[1].x(), c.in[2].y()); } function in namespace:deqp::gles2::Functional [all...] |
/external/deqp/modules/gles3/functional/ | |
es3fShaderOperatorTests.cpp | 1249 void eval_refract_float (ShaderEvalContext& c) { c.color.x() = refract(c.in[0].z(), c.in[1].x(), c.in[2].y()); } function in namespace:deqp::gles3::Functional [all...] |