/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.hpp | 64 enum InputType enum in deqp::gls::Array 143 static std::string inputTypeToString (InputType type); 148 static int inputTypeSize (InputType type); 153 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, … 159 virtual InputType getInputType (void) const = 0; 175 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType… 182 virtual Array::InputType getInputType (void) const { return m_inputType; } in getInputType() 193 static deUint32 inputTypeToGL (Array::InputType type); 208 Array::InputType m_inputType; 360 static GLValue getMaxValue (Array::InputType type); [all …]
|
D | glsDrawTest.hpp | 56 enum InputType enum 177 static std::string inputTypeToString (InputType type); 184 static int inputTypeSize (InputType type); 189 …static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage sto… 190 …static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int compo… 192 InputType inputType;
|
D | glsDrawTest.cpp | 110 static GLenum inputTypeToGL (DrawTestSpec::InputType type) in inputTypeToGL() 188 static bool inputTypeIsFloatType (DrawTestSpec::InputType type) in inputTypeIsFloatType() 513 static GLValue getMaxValue (DrawTestSpec::InputType type); 514 static GLValue getMinValue (DrawTestSpec::InputType type); 516 DrawTestSpec::InputType type; 601 GLValue GLValue::getMaxValue (DrawTestSpec::InputType type) in getMaxValue() 619 GLValue GLValue::getMinValue (DrawTestSpec::InputType type) in getMinValue() 640 template<> struct GLValueTypeTraits<GLValue::Float> { static const DrawTestSpec::InputType Type = … 641 template<> struct GLValueTypeTraits<GLValue::Double> { static const DrawTestSpec::InputType Type = … 642 template<> struct GLValueTypeTraits<GLValue::Byte> { static const DrawTestSpec::InputType Type = D… [all …]
|
D | glsVertexArrayTests.cpp | 78 std::string Array::inputTypeToString(InputType type) in inputTypeToString() 171 int Array::inputTypeSize (InputType type) in inputTypeSize() 195 static bool inputTypeIsFloatType (Array::InputType type) in inputTypeIsFloatType() 532 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outTy… in bind() 661 GLenum ContextArray::inputTypeToGL (Array::InputType type) in inputTypeToGL() 1216 GLValue GLValue::getMaxValue (Array::InputType type) in getMaxValue() 1234 GLValue GLValue::getMinValue (Array::InputType type) in getMinValue() 1310 … seed, GLValue min, GLValue max, int count, int componentCount, int stride, Array::InputType type); 1311 …ponentCount, int offset, int stride, Array::Primitive primitive, Array::InputType type, GLValue mi… 1312 …unt, int componentCount, int stride, Array::Primitive primitive, Array::InputType type, GLValue mi… [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 78 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 149 SingleVertexArrayStrideGroup (Context& context, Array::InputType type); 158 Array::InputType m_type; 161 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type) in SingleVertexArrayStrideGroup() 244 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, /*Array::INPUTTYP… in init() 255 SingleVertexArrayFirstGroup (Context& context, Array::InputType type); 263 Array::InputType m_type; 266 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type) in SingleVertexArrayFirstGroup() 348 Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_INT_2_10_10_10 }; in init() 359 SingleVertexArrayOffsetGroup (Context& context, Array::InputType type); [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 206 enum InputType enum 217 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput() 224 InputType inputType; 884 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1T… 892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 918 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 931 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 944 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() 957 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() [all …]
|
D | es3fVertexArrayTest.cpp | 75 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 146 SingleVertexArrayStrideGroup (Context& context, Array::InputType type); 155 Array::InputType m_type; 158 SingleVertexArrayStrideGroup::SingleVertexArrayStrideGroup (Context& context, Array::InputType type) in SingleVertexArrayStrideGroup() 241 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() 252 SingleVertexArrayFirstGroup (Context& context, Array::InputType type); 260 Array::InputType m_type; 263 SingleVertexArrayFirstGroup::SingleVertexArrayFirstGroup (Context& context, Array::InputType type) in SingleVertexArrayFirstGroup() 345 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_I… in init() 356 SingleVertexArrayOffsetGroup (Context& context, Array::InputType type); [all …]
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
D | NumericalDiff.h | 41 typedef typename Functor::InputType InputType; typedef 64 int df(const InputType& _x, JacobianType &jac) const in df() 71 const typename InputType::Index n = _x.size(); in df() 74 InputType x = _x; in df()
|
/external/eigen/unsupported/test/ |
D | forward_adolc.cpp | 33 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef 65 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const in operator ()() 103 typename Func::InputType x = Func::InputType::Random(f.inputs()); in adolc_forward_jacobian()
|
D | autodiff.cpp | 39 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef 71 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const in operator ()() 109 typename Func::InputType x = Func::InputType::Random(f.inputs()); in forward_jacobian()
|
D | NumericalDiff.cpp | 20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffJacobian.h | 35 typedef typename Functor::InputType InputType; typedef 48 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const in operator()
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | OGLESContext.java | 39 import android.text.InputType; 488 editTextDialogInput.setInputType(InputType.TYPE_CLASS_TEXT); in requestDialog() 493 …editTextDialogInput.setInputType(InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_FLAG_DECIMAL … in requestDialog() 498 editTextDialogInput.setInputType(InputType.TYPE_CLASS_PHONE); in requestDialog()
|
/external/eigen/unsupported/Eigen/ |
D | AdolcForward | 114 typedef typename Functor::InputType InputType; 118 typedef Matrix<ActiveScalar, InputType::SizeAtCompileTime, 1> ActiveInput; 121 void operator() (const InputType& x, ValueType* v, JacobianType* _jac) const
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TextViewTest.java | 155 …assertThat(textView.getInputType(), not(equalTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VA… in testGetInputType() 156 textView.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD); in testGetInputType() 157 …assertThat(textView.getInputType(), equalTo(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIAT… in testGetInputType()
|
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 76 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 141 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() 211 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_F… in init() 282 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_F… in init()
|
D | es2sDrawTests.cpp | 268 gls::DrawTestSpec::InputType inputTypes[] = in init() 332 …attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(input… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 75 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 140 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() 210 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_F… in init() 281 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_F… in init() 348 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() 410 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_… in init() 814 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FIXED, Array::INPUTTYPE_BYTE, Array::INPUTTYPE_S… in addInputTypeCases()
|
D | es2fShaderMatrixTests.cpp | 101 enum InputType enum 112 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_) in ShaderInput() 119 InputType inputType; 651 InputType in0Type = in0.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST; in getEvalFunc() 652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST; in getEvalFunc() 1118 InputType type; in init() 1156 const InputType inputType = inTypeList[inTypeNdx].type; in init()
|
/external/clang/lib/Driver/ |
D | ToolChain.cpp | 257 types::ID InputType) const { in ComputeLLVMTriple() 322 if (InputType != types::TY_PP_Asm && in ComputeLLVMTriple() 338 types::ID InputType) const { in ComputeEffectiveClangTriple() 339 return ComputeLLVMTriple(Args, InputType); in ComputeEffectiveClangTriple()
|
D | Driver.cpp | 1005 types::ID InputType = types::TY_Nothing; in BuildInputs() local 1012 InputType = TCTP->getOption().matches(options::OPT__SLASH_TC) in BuildInputs() 1039 if (InputType == types::TY_Nothing) { in BuildInputs() 1103 Ty = InputType; in BuildInputs() 1132 InputType = types::lookupTypeForTypeSpecifier(A->getValue()); in BuildInputs() 1138 if (!InputType) { in BuildInputs() 1140 InputType = types::TY_Object; in BuildInputs() 1211 types::ID InputType = Inputs[i].first; in BuildActions() local 1215 types::getCompilationPhases(InputType, PL); in BuildActions() 1238 getPreprocessedType(InputType) == types::TY_INVALID) in BuildActions() [all …]
|
D | ToolChains.h | 247 types::ID InputType) const override; 351 types::ID InputType) const override; 747 types::ID InputType) const override;
|
/external/clang/include/clang/Driver/ |
D | ToolChain.h | 277 types::ID InputType = types::TY_INVALID) const; 286 types::ID InputType = types::TY_INVALID) const;
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LevenbergMarquardt.h | 49 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef 73 typedef Matrix<Scalar,Dynamic,1> InputType; typedef
|
/external/v8/src/arm/ |
D | simulator-arm.h | 353 template<class InputType, int register_size> 354 void SetVFPRegister(int reg_index, const InputType& value);
|