Searched refs:inputType (Results 1 - 25 of 48) sorted by relevance

12

/external/deqp/framework/referencerenderer/
H A DrrShaders.cpp30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations) argument
31 : m_inputType (inputType)
H A DrrShaders.hpp176 GeometryShaderInputType inputType,
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp189 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
190 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
192 InputType inputType; member in struct:deqp::gls::DrawTestSpec::AttributeSpec
H A DglsDrawTest.cpp1014 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder) argument
1018 m_inputType = inputType;
2124 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor) argument
2128 spec.inputType = inputType;
2143 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount) argument
2145 DE_ASSERT(inputType == INPUTTYPE_INT || inputType == INPUTTYPE_UNSIGNED_INT || inputType == INPUTTYPE_FLOAT);
2146 DE_ASSERT(inputType
[all...]
H A DglsVertexArrayTests.cpp532 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride) argument
537 m_inputType = inputType;
1919 : inputType (inputType_)
1947 << Array::inputTypeToString((Array::InputType)array.inputType);
1948 if (array.inputType != Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 && array.inputType != Array::INPUTTYPE_INT_2_10_10_10)
1991 << "input datatype " << Array::inputTypeToString((Array::InputType)array.inputType) << ", "
2048 if (arraySpec.inputType == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10)
2055 else if (arraySpec.inputType == Array::INPUTTYPE_INT_2_10_10_10)
2063 coordScale = (arraySpec.normalize && !inputTypeIsFloatType(arraySpec.inputType)
[all...]
H A DglsVertexArrayTests.hpp457 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool normalize, GLValue min, GLValue max);
459 Array::InputType inputType; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/
H A Dcamera_calibration.cpp97 inputType = INVALID;
104 inputType = CAMERA;
110 inputType = IMAGE_LIST;
114 inputType = VIDEO_FILE;
116 if (inputType == CAMERA)
118 if (inputType == VIDEO_FILE)
120 if (inputType != IMAGE_LIST && !inputCapture.isOpened())
121 inputType = INVALID;
123 if (inputType == INVALID)
196 InputType inputType; member in class:Settings
[all...]
/external/deqp/modules/gles2/scripts/
H A Dgen-swizzles.py107 for (inputType, dataType, precision) in combinations.iterate():
109 print inputType, precision, dataType
/external/deqp/modules/gles3/scripts/
H A Dgen-swizzles.py107 for (inputType, dataType, precision) in combinations.iterate():
109 print inputType, precision, dataType
/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp113 : inputType (inputType_)
119 InputType inputType; member in struct:deqp::gles2::Functional::MatrixCaseUtils::ShaderInput
651 InputType in0Type = in0.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
652 InputType in1Type = in1.inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_DYNAMIC : INPUTTYPE_CONST;
775 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC;
776 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC;
831 if (in.inputType == INPUTTYPE_DYNAMIC)
862 else if (in.inputType == INPUTTYPE_UNIFORM)
867 else if (in.inputType == INPUTTYPE_CONST)
1055 if (in.inputType
1156 const InputType inputType = inTypeList[inTypeNdx].type; local
[all...]
H A Des2fDrawTests.cpp87 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
98 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
160 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
195 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
206 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
241 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
267 spec.attribs[1].inputType = iopairs[ioNdx].input;
618 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
633 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)
H A Des2fVertexArrayTest.cpp690 << Array::inputTypeToString(spec.arrays[arrayNdx].inputType)
781 << Array::inputTypeToString(spec.arrays[arrayNdx].inputType)
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp115 if (m_geometryDecl.inputType == rr::GEOMETRYSHADERINPUTTYPE_LAST ||
121 if (m_geometryDecl.inputType != rr::GEOMETRYSHADERINPUTTYPE_LAST ||
137 decl.m_geometryDecl.inputType,
H A DsglrShaderProgram.hpp131 : inputType (inputType_)
138 rr::GeometryShaderInputType inputType; member in struct:sglr::pdec::GeometryShaderDeclaration
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp213 : inputType (inputType_)
219 InputType inputType; member in struct:vkt::sr::__anon3729::MatrixCaseUtils::ShaderInput
1487 if (in.inputType == INPUTTYPE_DYNAMIC && isDataTypeMatrix(in.dataType))
1595 if (in.inputType == INPUTTYPE_UNIFORM)
1658 new MatrixShaderEvaluator(getEvalFunc(in0, in1, op), in0.inputType, in1.inputType),
1683 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC;
1684 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC;
1772 if (in.inputType == INPUTTYPE_DYNAMIC)
1803 else if (in.inputType
2060 const InputType inputType = inTypeList[inTypeNdx].type; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp218 : inputType (inputType_)
224 InputType inputType; member in struct:deqp::gles3::Functional::MatrixCaseUtils::ShaderInput
1407 , m_matEvaluator (getEvalFunc(in0, in1, op), in0.inputType, in1.inputType)
1421 bool isInDynMat0 = isDataTypeMatrix(m_in0.dataType) && m_in0.inputType == INPUTTYPE_DYNAMIC;
1422 bool isInDynMat1 = isDataTypeMatrix(m_in1.dataType) && m_in1.inputType == INPUTTYPE_DYNAMIC;
1505 if (in.inputType == INPUTTYPE_DYNAMIC)
1536 else if (in.inputType == INPUTTYPE_UNIFORM)
1541 else if (in.inputType == INPUTTYPE_CONST)
1753 if (in.inputType
1872 const InputType inputType = inTypeList[inTypeNdx].type; local
[all...]
H A Des3fDrawTests.cpp118 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
129 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
196 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
231 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
242 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
277 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
289 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
302 spec.attribs[2].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
337 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
365 spec.attribs[1].inputType
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java48 private int inputType; field in class:ShadowTextView
171 this.inputType = type;
176 return this.inputType;
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp60 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
71 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
332 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
347 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
H A DUiFacade.java151 * For inputType, see <a
161 @RpcParameter(name = "inputType", description = "type of input data, ie number or text") @RpcOptional final String inputType)
166 if (inputType != null) {
167 ((AlertDialogTask) mDialogTask).setEditInputType(inputType);
157 dialogCreateInput( @pcParametername = �, description = �) @pcDefault�) final String title, @RpcParameter(name = �, description = �) @RpcDefault(�) final String message, @RpcParameter(name = �, description = �) @RpcOptional final String text, @RpcParameter(name = �, description = �) @RpcOptional final String inputType) argument
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp241 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
252 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
546 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
561 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
H A DTerminalView.java268 outAttrs.inputType = EditorInfo.TYPE_NULL;
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp129 std::string inputTypeToGLString (rr::GeometryShaderInputType inputType) argument
131 switch (inputType)
200 VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType);
207 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;
208 std::string genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const;
211 VertexExpanderShader::VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) argument
220 << sglr::pdec::GeometryShaderDeclaration(inputType, outputType, calcOutputVertices(inputType))
221 << sglr::pdec::GeometrySource(genGeometrySource(contextType, inputType, outputType).c_str()))
267 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) cons
282 genGeometrySource(const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const argument
2377 NegativeDrawCase(Context& context, const char* name, const char* desc, GLenum inputType, GLenum inputPrimitives) argument
[all...]
H A Des31fDrawTests.cpp198 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
209 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
280 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
316 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
327 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
363 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
375 spec.attribs[1].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
388 spec.attribs[2].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
424 spec.attribs[0].inputType = gls::DrawTestSpec::INPUTTYPE_FLOAT;
452 spec.attribs[1].inputType
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp480 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
495 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)

Completed in 887 milliseconds

12