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

  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 426 const char* inputPrecision[MAX_INPUTS];
439 inputPrecision[i] = getPrecisionName(prec);
445 vtx << "attribute " << inputPrecision[i] << " vec4 a_in" << i << ";\n";
456 vtx << "varying " << inputPrecision[i] << " vec4 v_in" << i << ";\n";
457 frag << "varying " << inputPrecision[i] << " vec4 v_in" << i << ";\n";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 695 const char* inputPrecision[MAX_INPUTS];
714 inputPrecision[i] = getPrecisionName(prec);
720 vtx << "in " << inputPrecision[i] << " vec4 a_in" << i << ";\n";
734 vtx << "out " << inputPrecision[i] << " vec4 v_in" << i << ";\n";
735 frag << "in " << inputPrecision[i] << " vec4 v_in" << i << ";\n";
    [all...]

Completed in 429 milliseconds