HomeSort by relevance Sort by last modified time
    Searched defs:inputType (Results 1 - 17 of 17) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 131 : inputType (inputType_)
138 rr::GeometryShaderInputType inputType;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
AdapterInputConnection.java 9 import android.text.InputType;
63 outAttrs.inputType = EditorInfo.TYPE_CLASS_TEXT
66 int inputType = imeAdapter.getTextInputType();
69 outAttrs.inputType |= EditorInfo.TYPE_TEXT_FLAG_NO_SUGGESTIONS;
72 if (inputType == ImeAdapter.sTextInputTypeText) {
76 outAttrs.inputType |= EditorInfo.TYPE_TEXT_FLAG_AUTO_CORRECT;
78 } else if (inputType == ImeAdapter.sTextInputTypeTextArea ||
79 inputType == ImeAdapter.sTextInputTypeContentEditable) {
81 outAttrs.inputType |= EditorInfo.TYPE_TEXT_FLAG_MULTI_LINE
84 outAttrs.inputType |= EditorInfo.TYPE_TEXT_FLAG_AUTO_CORRECT
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 319 Type inputType = typeBuilder.create();
320 Allocation input = Allocation.createTyped(rs, inputType);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 101 enum InputType
112 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
113 : inputType (inputType_)
119 InputType inputType;
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
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 55 enum InputType
176 static std::string inputTypeToString (InputType type);
183 static int inputTypeSize (InputType type);
188 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;
    [all...]
glsVertexArrayTests.hpp 64 enum InputType
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, bool normalized, int stride) = 0;
159 virtual InputType getInputType (void) const = 0;
175 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
182 virtual Array::InputType getInputType (void) const { return m_inputType; }
193 static deUint32 inputTypeToGL (Array::InputType type);
208 Array::InputType m_inputType;
360 static GLValue getMaxValue (Array::InputType type)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 206 enum InputType
217 ShaderInput (InputType inputType_, DataType dataType_, Precision precision_)
218 : inputType (inputType_)
224 InputType inputType;
884 typedef void (*MatrixShaderEvalFunc) (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type);
892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type)
905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type
    [all...]
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 463 milliseconds