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 360 const VarType* curType = &type;
364 while (curType->isArrayType())
366 arraySizes.push_back(curType->getArraySize());
367 curType = &curType->getElementType();
370 if (curType->isBasicType())
372 if (curType->getPrecision() != PRECISION_LAST)
373 str << glu::getPrecisionName(curType->getPrecision()) << " ";
374 str << glu::getDataTypeName(curType->getBasicType());
376 else if (curType->isStructType()
    [all...]
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
MDNSUtils.java 124 String curType = serviceInfo.getServiceType().toLowerCase();
126 if (curType.contains(type.toLowerCase())) {
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DeviceDescriptor.cpp 168 audio_devices_t curType = itemAt(i)->mDeviceType & ~AUDIO_DEVICE_BIT_IN;
169 if ((isOutput == curIsOutput) && ((type & curType) != 0)) {
171 type &= ~curType;
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 816 const VarType* curType = &type;
817 while (curType->isArrayType())
819 arraySizes.push_back(curType->getArraySize());
820 curType = &curType->getElementType();
823 generateLayoutAndPrecisionDeclaration(src, curType->getFlags() & flagsMask, offset);
825 if (curType->isBasicType())
826 src << glu::getDataTypeName(curType->getBasicType());
829 DE_ASSERT(curType->isStructType());
830 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 596 const String16& curType,
632 myPackage, curType, ident, parentIdent, itemIdent, str,
693 const String16& curType,
743 type_ident_pair_t(curType, ident), true);
757 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
774 myPackage, curType, ident, str, &spans, &config,
    [all...]
  /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/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.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 435 milliseconds