Searched refs:m_inputType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp127 , m_inputType(InputType::createText(*this))
128 , m_inputTypeView(m_inputType)
144 visitor->trace(m_inputType);
204 if (!m_inputType->canSetStringValue()) {
208 return !m_inputType->typeMismatchFor(value)
209 && !m_inputType->stepMismatch(value)
210 && !m_inputType->rangeUnderflow(value)
211 && !m_inputType->rangeOverflow(value)
213 && !m_inputType->patternMismatch(value)
214 && !m_inputType
[all...]
H A DHTMLInputElement.h372 RefPtrWillBeMember<InputType> m_inputType; member in class:blink::HTMLInputElement
/external/deqp/framework/referencerenderer/
H A DrrShaders.cpp31 : m_inputType (inputType)
H A DrrShaders.hpp185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; }
191 const GeometryShaderInputType m_inputType; member in class:rr::GeometryShader
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DTextEvent.h54 bool isLineBreak() const { return m_inputType == TextEventInputLineBreak; }
55 bool isComposition() const { return m_inputType == TextEventInputComposition; }
56 bool isPaste() const { return m_inputType == TextEventInputPaste; }
57 bool isDrop() const { return m_inputType == TextEventInputDrop; }
71 TextEventInputType m_inputType; member in class:blink::FINAL
H A DTextEvent.cpp60 : m_inputType(TextEventInputKeyboard)
68 , m_inputType(inputType)
79 , m_inputType(TextEventInputPaste)
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp478 , m_inputType (Array::INPUTTYPE_FLOAT)
557 m_inputType = inputType;
582 if (!inputTypeIsFloatType(m_inputType))
589 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
595 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, (GLvoid*)((GLintptr)m_offset));
606 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset));
617 if (!inputTypeIsFloatType(m_inputType))
624 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset);
630 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, m_data + m_offset);
641 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normaliz
[all...]
H A DglsVertexArrayTests.hpp182 virtual Array::InputType getInputType (void) const { return m_inputType; }
208 Array::InputType m_inputType; member in class:deqp::gls::ContextArray
H A DglsDrawTest.cpp918 DrawTestSpec::InputType getInputType (void) const { return m_inputType; }
936 DrawTestSpec::InputType m_inputType;
956 , m_inputType (DrawTestSpec::INPUTTYPE_FLOAT)
1032 m_inputType = inputType;
1047 switch (m_inputType)
1101 if (!inputTypeIsFloatType(m_inputType))
1112 m_ctx.vertexAttribPointer(loc, size, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset);
1118 m_ctx.vertexAttribIPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_stride, basePtr + m_offset);
1129 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset);
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2266 GLenum m_inputType; member in class:deqp::gles31::Functional::__anon20266::NegativeDrawCase
2274 , m_inputType (inputType)
2290 m_program = new VertexExpanderShader(sglr::rr_util::mapGLGeometryShaderInputType(m_inputType), rr::GEOMETRYSHADEROUTPUTTYPE_POINTS);

Completed in 826 milliseconds