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

  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 331 bool isProj = functionHasProj(m_lookupSpec.function);
332 float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f;
424 bool isProj = functionHasProj(function);
428 int extraCoordComps = isProj ? (is2DProj4 ? 2 : 1) : 0;
  /external/deqp/framework/randomshaders/
rsgExpression.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 633 bool isProj = functionHasProj(m_lookupSpec.function);
636 float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f;
    [all...]

Completed in 138 milliseconds