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

  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 161 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType);
178 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType);
474 bool isIntCase = glu::isDataTypeIntOrIVec(m_rgbAttrType);
584 if (glu::isDataTypeIntOrIVec(m_rgbAttrType))
es3fFragmentOutputTests.cpp 564 bool isInt = glu::isDataTypeIntOrIVec(output.type);
715 bool isInt = glu::isDataTypeIntOrIVec(output.type);
772 const bool isInt = glu::isDataTypeIntOrIVec(output.type);
    [all...]
es3fUniformApiTests.cpp 636 else if (glu::isDataTypeIntOrIVec((value.type)))
669 else if (glu::isDataTypeIntOrIVec((value.type)))
700 else if (glu::isDataTypeIntOrIVec(type))
752 else if (glu::isDataTypeIntOrIVec(type))
806 else if (glu::isDataTypeIntOrIVec(a.type))
    [all...]
es3fShaderLoopTests.cpp 278 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType);
    [all...]
es3fShaderCommonFunctionTests.cpp     [all...]
es3fTransformFeedbackTests.cpp 527 bool isInt = glu::isDataTypeIntOrIVec(attrib.type.getBasicType());
528 bool isUint = glu::isDataTypeIntOrIVec(attrib.type.getBasicType());
    [all...]
es3fShaderOperatorTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 196 inline bool isDataTypeIntOrIVec (DataType dataType) { return (dataType >= TYPE_INT) && (dataType <= TYPE_INT_VEC4); }
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 376 const bool isSigned = glu::isDataTypeIntOrIVec(type);
472 const bool isSigned = glu::isDataTypeIntOrIVec(type);
744 const bool ignoreSign = precision != glu::PRECISION_HIGHP && glu::isDataTypeIntOrIVec(type);
765 const bool isSigned = glu::isDataTypeIntOrIVec(type);
    [all...]
es31fProgramUniformTests.cpp 587 else if (glu::isDataTypeIntOrIVec((value.type)))
620 else if (glu::isDataTypeIntOrIVec((value.type)))
651 else if (glu::isDataTypeIntOrIVec(type))
705 else if (glu::isDataTypeIntOrIVec(a.type))
    [all...]
es31fProgramInterfaceDefinition.cpp 199 return glu::isDataTypeIntOrIVec(varType.getBasicType()) || glu::isDataTypeUintOrUVec(varType.getBasicType());
es31fShaderSharedVarTests.cpp 211 else if (isDataTypeIntOrIVec(m_basicType))
es31fShaderCommonFunctionTests.cpp     [all...]
es31fUniformLocationTests.cpp 202 if (glu::isDataTypeIntOrIVec(adjustedType))
    [all...]
es31fSSBOLayoutCase.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 531 else if (glu::isDataTypeIntOrIVec((value.type)))
562 else if (glu::isDataTypeIntOrIVec((value.type)))
591 else if (glu::isDataTypeIntOrIVec(type))
625 else if (glu::isDataTypeIntOrIVec(type))
661 else if (glu::isDataTypeIntOrIVec(a.type))
    [all...]
es2fShaderLoopTests.cpp 306 bool isIntCounter = isDataTypeIntOrIVec(loopCountDataType);
    [all...]
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 885 DE_ASSERT(isDataTypeFloatOrVec(dataType) || isDataTypeIntOrIVec(dataType) || isDataTypeUintOrUVec(dataType) || isDataTypeBoolOrBVec(dataType));
    [all...]
glsLongStressCase.cpp 810 else if (glu::isDataTypeIntOrIVec(spec.type))
    [all...]
glsShaderExecUtil.cpp 485 else if (glu::isDataTypeIntOrIVec(basicType))
730 else if (glu::isDataTypeIntOrIVec(basicType))
    [all...]

Completed in 131 milliseconds