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

/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp215 DataType floatType = getDataTypeFloatScalars(basicType); local
216 exp = string() + "(" + getDataTypeName(floatType) + "(" + exp + ") / 255.0" + ")";
H A Des31fShaderCommonFunctionTests.cpp1115 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; local
1118 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/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp155 const DataType floatType = getDataTypeFloatScalars(basicType); local
156 const char* const typeStr = getDataTypeName(floatType);
255 const DataType floatType = getDataTypeFloatScalars(basicType); local
256 const char* const floatTypeStr = getDataTypeName(floatType);
301 const DataType floatType = getDataTypeFloatScalars(basicType); local
302 const char* const floatTypeStr = getDataTypeName(floatType);
322 const DataType floatType = getDataTypeFloatScalars(basicType); local
323 const char* const floatTypeStr = getDataTypeName(floatType);
376 const DataType floatType = getDataTypeFloatScalars(basicType); local
377 const char* const floatTypeStr = getDataTypeName(floatType);
452 const DataType floatType = getDataTypeFloatScalars(basicType); local
[all...]
/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/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp1353 const glu::DataType floatType = vecSize > 1 ? glu::getDataTypeFloatVec(vecSize) : glu::TYPE_FLOAT; local
1356 m_spec.outputs.push_back(Symbol("out0", glu::VarType(floatType, glu::PRECISION_HIGHP)));
/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.java688 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) argument
690 visitAnyVerificationType(clazz, method, codeAttribute, offset, floatType);
742 public void visitStackFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) argument
744 visitFloatType(clazz, method, codeAttribute, offset, floatType);
797 public void visitVariablesFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) argument
799 visitFloatType(clazz, method, codeAttribute, offset, floatType);
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java856 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) argument
/external/r8/src/main/java/com/android/tools/r8/graph/
H A DDexItemFactory.java110 public DexType floatType = createType(floatDescriptor); field in class:DexItemFactory
250 appendFloat = createMethod(receiver, createProto(receiver, floatType), append);
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/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 2380 milliseconds