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

  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 107 VarType curType = getVarType(type, path);
113 TCU_CHECK_MSG(curType.isStructType(), "Invalid field selector");
118 for (; ndx < curType.getStructPtr()->getNumMembers(); ndx++)
120 if (memberName == curType.getStructPtr()->getMember(ndx).getName())
123 TCU_CHECK_MSG(ndx < curType.getStructPtr()->getNumMembers(), "Member not found in type");
135 if (curType.isArrayType())
137 TCU_CHECK(de::inBounds(ndx, 0, curType.getArraySize()));
140 else if (curType.isBasicType() && isDataTypeMatrix(curType.getBasicType()))
142 TCU_CHECK(de::inBounds(ndx, 0, getDataTypeMatrixNumColumns(curType.getBasicType())))
    [all...]
gluVarTypeUtil.hpp 286 VarType curType = getVarType(*m_type, m_path);
288 if (IsExpanded()(curType))
292 if (curType.isBasicType())
294 DataType basicType = curType.getBasicType();
303 else if (curType.isArrayType())
305 else if (curType.isStructType())
315 const VarType* curType = &type;
323 if (!curType->isStructType() || !de::inBounds(pathIter->index, 0, curType->getStructPtr()->getNumMembers()))
326 curType = &curType->getStructPtr()->getMember(pathIter->index).getType()
    [all...]
gluVarType.cpp 359 const VarType* curType = &type;
363 while (curType->isArrayType())
365 arraySizes.push_back(curType->getArraySize());
366 curType = &curType->getElementType();
369 if (curType->isBasicType())
371 if (curType->getPrecision() != PRECISION_LAST)
372 str << glu::getPrecisionName(curType->getPrecision()) << " ";
373 str << glu::getDataTypeName(curType->getBasicType());
375 else if (curType->isStructType()
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp 892 RuleParser::checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status)
900 if (curType!=tKeyword) {
905 if (curType != tIs && curType != tMod && curType != tIn &&
906 curType != tNot && curType != tWithin) {
917 if (curType != tColon) {
922 if (curType != tVariableN) {
927 if ( curType != tNumber && curType != tNot)
    [all...]
plurrule_impl.h 139 void checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status);
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 575 const String16& curType,
609 myPackage, curType, ident, parentIdent, itemIdent, str,
670 const String16& curType,
720 type_ident_pair_t(curType, ident), true);
734 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
749 myPackage, curType, ident, str, &spans, &config,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 218 FloatingObject::Type curType = floatingObject->type();
220 if (curType & FloatingObject::FloatLeft)
222 if (curType & FloatingObject::FloatRight)
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 865 const VarType* curType = &type;
866 while (curType->isArrayType())
868 arraySizes.push_back(curType->getArraySize());
869 curType = &curType->getElementType();
872 if (curType->isBasicType())
874 if ((curType->getFlags() & PRECISION_MASK) != 0)
875 src << PrecisionFlagsFmt(curType->getFlags() & PRECISION_MASK) << " ";
876 src << glu::getDataTypeName(curType->getBasicType());
880 DE_ASSERT(curType->isStructType())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 

Completed in 619 milliseconds