Searched defs:floatType (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp214 DataType floatType = getDataTypeFloatScalars(basicType); local
215 exp = string() + "(" + getDataTypeName(floatType) + "(" + exp + ") / 255.0" + ")";
H A Des31fShaderCommonFunctionTests.cpp1068 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; local
1071 m_spec.outputs.push_back(Symbol("out0", glu::VarType(floatType, glu::PRECISION_HIGHP)));
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java37 public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType); argument
47 public void visitStackFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType); argument
57 public void visitVariablesFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType); argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp195 LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType) argument
198 if (floatType != FloatingObject::FloatLeftRight) {
199 if (hasLowestFloatLogicalBottomCached(isInHorizontalWritingMode, floatType))
200 return getCachedlowestFloatLogicalBottom(floatType);
211 if (floatType == FloatingObject::FloatLeftRight) {
231 if (floatingObject->isPlaced() && floatingObject->type() == floatType)
234 setCachedLowestFloatLogicalBottom(isInHorizontalWritingMode, floatType, lowestFloatBottom);
/external/javassist/src/main/javassist/
H A DCtClass.java112 public static CtClass floatType; field in class:CtClass
162 floatType = new CtPrimitiveType("float", 'F', "java.lang.Float",
165 primitiveTypes[6] = floatType;
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp1032 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; local
1035 m_spec.outputs.push_back(Symbol("out0", glu::VarType(floatType, glu::PRECISION_HIGHP)));
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java606 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) argument
608 visitAnyVerificationType(clazz, method, codeAttribute, offset, floatType);
660 public void visitStackFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) argument
662 visitFloatType(clazz, method, codeAttribute, offset, floatType);
715 public void visitVariablesFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) argument
717 visitFloatType(clazz, method, codeAttribute, offset, floatType);
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java816 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) argument
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 198 milliseconds