Home
last modified time | relevance | path

Searched defs:intType (Results 1 – 8 of 8) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageBuilder.java376 int intType = option.getInt(ENCODING_FIELD_TYPE); in getEncodingOption() local
583 int intType = encodingTypeToIntVal(encoding.getType()); in encodingToJson() local
625 private static EncodingType encodingTypeFromIntValue(int intType) { in encodingTypeFromIntValue()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonMessageBuilder.java321 int intType = option.getInt(ENCODING_FIELD_TYPE); in getEncodingOption() local
535 int intType = encoding.getType().getAsInt(); in toJson() local
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp101 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local
176 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local
310 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragmentShader() local
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase() local
979 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase() local
1057 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindMSBCase() local
Des31fShaderCommonFunctionTests.cpp989 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local
1697 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in FrexpCase() local
1777 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in LdexpCase() local
2153 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java109 prims.put(CtClass.intType, INTEGER); in prims.put()
/external/javassist/src/main/javassist/
DCtClass.java100 public static CtClass intType; field in CtClass
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp953 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local
1699 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local