Searched refs:basicType (Results 1 - 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java247 private final int basicType; field in class:Type
425 * @param basicType basic type corresponding to this type; one of the
429 private Type(String descriptor, int basicType, int newAt) { argument
434 if ((basicType < 0) || (basicType >= BT_COUNT)) {
435 throw new IllegalArgumentException("bad basicType");
443 this.basicType = basicType;
456 * @param basicType basic type corresponding to this type; one of the
459 private Type(String descriptor, int basicType) { argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DRopToDop.java525 int basicType = ref.getBasicType();
526 switch (basicType) {
538 int basicType = ref.getBasicType();
539 switch (basicType) {
551 int basicType = ref.getBasicType();
552 switch (basicType) {
564 int basicType = ref.getBasicType();
565 switch (basicType) {
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DIntermediate.cpp939 TBasicType basicType = left->getBasicType(); local
947 setType(TType(basicType, higherPrecision, EvqTemporary, size, true));
952 setType(TType(basicType, higherPrecision, EvqTemporary, size, false));
963 setType(TType(basicType, higherPrecision, EvqTemporary, size, false));
992 setType(TType(basicType, higherPrecision, EvqTemporary, size, false));
1011 setType(TType(basicType, higherPrecision, EvqTemporary, size, left->isMatrix() || right->isMatrix()));

Completed in 119 milliseconds