Home
last modified time | relevance | path

Searched refs:adjustedType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp197 glu::DataType adjustedType = type; in getExpectedValue() local
200 adjustedType = getDataTypeSamplerSampleType(type); in getExpectedValue()
202 if (glu::isDataTypeIntOrIVec(adjustedType)) in getExpectedValue()
204 else if (glu::isDataTypeUintOrUVec(adjustedType)) in getExpectedValue()
206 else if (glu::isDataTypeFloatOrVec(adjustedType)) in getExpectedValue()
208 else if (glu::isDataTypeBoolOrBVec(adjustedType)) in getExpectedValue()
/external/clang/lib/AST/
DType.cpp892 QualType adjustedType = recurse(T->getAdjustedType()); in TRIVIAL_TYPE_CLASS() local
893 if (adjustedType.isNull()) in TRIVIAL_TYPE_CLASS()
898 adjustedType.getAsOpaquePtr() == T->getAdjustedType().getAsOpaquePtr()) in TRIVIAL_TYPE_CLASS()
901 return Ctx.getAdjustedType(originalType, adjustedType); in TRIVIAL_TYPE_CLASS()