Home
last modified time | relevance | path

Searched defs:inputType (Results 1 – 20 of 20) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrShaders.cpp30 …yShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, Geo… in GeometryShader()
/external/chromium_org/third_party/WebKit/Source/core/events/
DTextEvent.cpp39 …create(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType) in create()
66 …tEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, TextEventInputType inputType) in TextEvent()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
DKitKatBrowserAccessibilityManager.java34 int inputType, in setAccessibilityNodeInfoKitKatAttributes()
71 int inputType, in setAccessibilityEventKitKatAttributes()
DBrowserAccessibilityManager.java604 int inputType, in setAccessibilityNodeInfoKitKatAttributes()
682 int inputType, in setAccessibilityEventKitKatAttributes()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DBaseClickableWithKeyInputType.cpp66 void BaseClickableWithKeyInputType::handleKeyupEvent(InputType& inputType, KeyboardEvent* event) in handleKeyupEvent()
DBaseMultipleFieldsDateAndTimeInputType.cpp123 …tValidator::validateFormat(const String& format, const BaseMultipleFieldsDateAndTimeInputType& inp… in validateFormat()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Dformatutils11.cpp874 static void AddVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLboolean normaliz… in AddVertexFormatInfo()
887 static void AddIntegerVertexFormatInfo(D3D11VertexFormatInfoMap *map, GLenum inputType, GLuint comp… in AddIntegerVertexFormatInfo()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DAdapterInputConnection.java66 int inputType = imeAdapter.getTextInputType(); in AdapterInputConnection() local
/external/chromium_org/ui/keyboard/resources/elements/
Dkb-keyboard.js275 inputType: null, property
/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp138 rr::GeometryShaderInputType inputType; member
/external/deqp/modules/glshared/
DglsDrawTest.hpp191 InputType inputType; member
DglsVertexArrayTests.hpp420 Array::InputType inputType; member in deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
DglsDrawTest.cpp1028 …tributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, Dra… in setupArray()
2138 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType,… in createAttributeArray()
2157 …AttributeSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputType, OutputType… in createDefaultAttribute()
DglsVertexArrayTests.cpp552 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outTy… in bind()
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp119 InputType inputType; member
1156 const InputType inputType = inTypeList[inTypeNdx].type; in init() local
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp115 std::string inputTypeToGLString (rr::GeometryShaderInputType inputType) in inputTypeToGLString()
197 VertexExpanderShader::VertexExpanderShader (rr::GeometryShaderInputType inputType, rr::GeometryShad… in VertexExpanderShader()
268 std::string VertexExpanderShader::genGeometrySource (rr::GeometryShaderInputType inputType, rr::Geo… in genGeometrySource()
2270 …tiveDrawCase (Context& context, const char* name, const char* desc, GLenum inputType, GLenum input… in NegativeDrawCase()
6112 GLenum inputType; in init() member
6158 const GLenum inputType = inputTypes[inputTypeNdx]; in init() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java48 private int inputType; field in ShadowTextView
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp224 InputType inputType; member
1872 const InputType inputType = inTypeList[inTypeNdx].type; in init() local
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java1450 private Descriptor inputType; field in Descriptors.MethodDescriptor
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp3324 …ler::handleTextInputEvent(const String& text, Event* underlyingEvent, TextEventInputType inputType) in handleTextInputEvent()