HomeSort by relevance Sort by last modified time
    Searched refs:transformationName (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 144 string transformationName = "u_trans" + ndxStr;
149 matricesStr += "uniform mediump mat3 " + transformationName + ";\n";
151 string lookupCoord = transformationName + "*vec3(v_coord, 1.0)";
184 string transformationName = "u_trans" + de::toString(ndx);
187 decl << sglr::pdec::Uniform(transformationName, glu::TYPE_FLOAT_MAT3);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 213 string transformationName = "u_trans" + ndxStr;
218 matricesStr += "uniform highp mat4 " + transformationName + ";\n";
222 string lookupCoord = transformationName + "*vec4(v_coord, 1.0, 1.0)";
260 string transformationName = "u_trans" + de::toString(ndx);
265 decl << sglr::pdec::Uniform(transformationName, glu::TYPE_FLOAT_MAT4);
    [all...]

Completed in 750 milliseconds