Searched defs:inputType (Results 1 - 24 of 24) sorted by relevance

/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)
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseClickableWithKeyInputType.cpp66 void BaseClickableWithKeyInputType::handleKeyupEvent(InputType& inputType, KeyboardEvent* event) argument
72 inputType.dispatchSimulatedClickIfActive(event);
H A DBaseMultipleFieldsDateAndTimeInputType.cpp123 bool DateTimeFormatValidator::validateFormat(const String& format, const BaseMultipleFieldsDateAndTimeInputType& inputType) argument
127 return inputType.isValidFormat(m_hasYear, m_hasMonth, m_hasWeek, m_hasDay, m_hasAMPM, m_hasHour, m_hasMinute, m_hasSecond);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DTextEvent.cpp39 PassRefPtrWillBeRawPtr<TextEvent> TextEvent::create(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType) argument
41 return adoptRefWillBeNoop(new TextEvent(view, data, inputType));
66 TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType) argument
68 , m_inputType(inputType)
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DKitKatBrowserAccessibilityManager.java34 int inputType,
40 node.setInputType(inputType);
71 int inputType,
29 setAccessibilityNodeInfoKitKatAttributes(AccessibilityNodeInfo node, boolean canOpenPopup, boolean contentInvalid, boolean dismissable, boolean multiLine, int inputType, int liveRegion) argument
66 setAccessibilityEventKitKatAttributes(AccessibilityEvent event, boolean canOpenPopup, boolean contentInvalid, boolean dismissable, boolean multiLine, int inputType, int liveRegion) argument
H A DBrowserAccessibilityManager.java604 int inputType,
682 int inputType,
690 bundle.putInt("AccessibilityNodeInfo.inputType", inputType);
599 setAccessibilityNodeInfoKitKatAttributes(AccessibilityNodeInfo node, boolean canOpenPopup, boolean contentInvalid, boolean dismissable, boolean multiLine, int inputType, int liveRegion) argument
677 setAccessibilityEventKitKatAttributes(AccessibilityEvent event, boolean canOpenPopup, boolean contentInvalid, boolean dismissable, boolean multiLine, int inputType, int liveRegion) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp131 : inputType (inputType_)
138 rr::GeometryShaderInputType inputType; member in struct:sglr::pdec::GeometryShaderDeclaration
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.cpp874 static void AddVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLboolean normalized, GLuint componentCount, argument
877 gl::VertexFormat inputFormat(inputType, normalized, componentCount, false);
887 static void AddIntegerVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLuint componentCount, argument
890 gl::VertexFormat inputFormat(inputType, GL_FALSE, componentCount, true);
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp188 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
189 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
191 InputType inputType; member in struct:deqp::gls::DrawTestSpec::AttributeSpec
H A DglsVertexArrayTests.hpp418 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);
420 Array::InputType inputType; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1433 public Descriptor getInputType() { return inputType; }
1450 private Descriptor inputType; field in class:Descriptors.MethodDescriptor
1475 inputType = (Descriptor)input;
/external/robolectric/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/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...]
/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...]
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp115 std::string inputTypeToGLString (rr::GeometryShaderInputType inputType) argument
117 switch (inputType)
186 VertexExpanderShader (rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType);
193 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;
194 std::string genGeometrySource (rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const;
197 VertexExpanderShader::VertexExpanderShader (rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) argument
206 << sglr::pdec::GeometryShaderDeclaration(inputType, outputType, calcOutputVertices(inputType))
207 << sglr::pdec::GeometrySource(genGeometrySource(inputType, outputType).c_str()))
253 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) cons
268 genGeometrySource(rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const argument
2270 NegativeDrawCase(Context& context, const char* name, const char* desc, GLenum inputType, GLenum inputPrimitives) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp3324 bool EventHandler::handleTextInputEvent(const String& text, Event* underlyingEvent, TextEventInputType inputType) argument
3341 RefPtrWillBeRawPtr<TextEvent> event = TextEvent::create(m_frame->domWindow(), text, inputType);
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1986 milliseconds