HomeSort by relevance Sort by last modified time
    Searched refs:m_type (Results 226 - 250 of 310) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchResponseData.cpp 100 : m_type(type)
RequestInit.cpp 56 switch (element.m_type) {
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
MediaStreamSource.cpp 44 , m_type(type)
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 420 LoopType m_type; member in class:deqp::gles2::Performance::LoopCase
430 , m_type (type)
446 DE_ASSERT(m_type == LOOP_FOR ||
447 m_type == LOOP_WHILE ||
448 m_type == LOOP_DO_WHILE);
516 if (m_type == LOOP_FOR)
521 if (m_type == LOOP_WHILE)
534 if (m_type != LOOP_FOR)
538 if (m_type == LOOP_DO_WHILE)
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 424 LoopType m_type; member in class:deqp::gles3::Performance::LoopCase
434 , m_type (type)
450 DE_ASSERT(m_type == LOOP_FOR ||
451 m_type == LOOP_WHILE ||
452 m_type == LOOP_DO_WHILE);
524 if (m_type == LOOP_FOR)
529 if (m_type == LOOP_WHILE)
542 if (m_type != LOOP_FOR)
546 if (m_type == LOOP_DO_WHILE)
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 58 const FormatType m_type; member in class:deqp::gles31::Functional::__anon24891::FormatSamplesCase
65 , m_type (type)
94 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES);
es31fShaderImageLoadStoreTests.cpp 565 TextureType getImageType (void) const { return m_type; }
595 const TextureType m_type; member in class:deqp::gles31::Functional::__anon24937::LayeredImage
599 // \note Depending on m_type, exactly one of the following will contain non-null.
608 : m_type (type)
618 m_type == TEXTURETYPE_3D ||
619 m_type == TEXTURETYPE_2D_ARRAY);
622 m_type == TEXTURETYPE_2D ||
623 m_type == TEXTURETYPE_CUBE ||
624 m_type == TEXTURETYPE_3D ||
625 m_type == TEXTURETYPE_2D_ARRAY)
2927 const TestType m_type; member in class:deqp::gles31::Functional::__anon24937::EarlyFragmentTestsCase
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 86 : m_type (TYPE_2D)
93 : m_type (TYPE_CUBE_MAP)
100 : m_type (TYPE_2D_ARRAY)
107 : m_type (TYPE_3D)
114 : m_type (TYPE_NONE)
126 m_type = TYPE_2D;
132 m_type = TYPE_CUBE_MAP;
138 m_type = TYPE_2D_ARRAY;
144 m_type = TYPE_3D;
glsShaderRenderCase.hpp 100 Type getType (void) const { return m_type; }
108 Type m_type; member in class:deqp::gls::TextureBinding
  /external/lldb/include/lldb/Symbol/
Function.h 316 /// (Function::m_type), and contains lexical blocks
625 Type * m_type; ///< The function prototype type for this function that include the function info (FunctionInfo), return type and parameters. member in class:lldb_private::Function
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 125 Type type() const { return static_cast<Type>(m_type); }
385 unsigned m_type : 4; // Type
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 58 Type type() const { return static_cast<Type>(m_type); }
105 unsigned m_type : 2; // Type (left or right aligned)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 178 EFillLayerType type() const { return static_cast<EFillLayerType>(m_type); }
240 unsigned m_type : 1; // EFillLayerType
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 190 Type type() const { return m_type; }
202 Type m_type; member in class:blink::SVGSMILElement::Condition
  /external/deqp/framework/randomshaders/
rsgBinaryOps.hpp 50 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_type); }
58 VariableType m_type; member in class:rsg::BinaryOp
  /external/lldb/include/lldb/Core/
Section.h 252 return m_type;
288 lldb::SectionType m_type; // The type of this section member in class:lldb_private::Section
  /external/lldb/source/Target/
CPPLanguageRuntime.cpp 243 m_type = eTypeInvalid;
330 m_type = eTypeUnknownMethod;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.cpp 92 StringImpl* type() const { return m_type; }
105 StringImpl* m_type; member in class:blink::FormElementKey
110 , m_type(type)
122 , m_type(other.type())
132 m_type = other.type();
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 536 const ShaderType m_type;
545 , m_type (type)
723 if (m_type == TYPE_VERTEX)
746 if (m_type == TYPE_VERTEX)
797 const ShaderType m_type;
802 , m_type (type)
912 if (m_type == TYPE_VERTEX)
940 if (m_type == TYPE_VERTEX)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 71 this.m_type = type;
95 this.m_type = type;
123 this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM;
156 this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM;
192 this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM;
313 private int m_type; field in class:XSLTAttributeDef
324 return m_type;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 789 const char* m_type = application_mimetype; local
822 m_type = "image";
824 m_type = "audio";
826 m_type = "video";
828 m_type = "text";
831 sid = printContainer(res, bin_unit, binary_restype, m_type, id, status);
857 sid = printContainer(res, bin_unit, binary_restype, m_type, id, status);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 799 const char* m_type = application_mimetype; local
832 m_type = "image";
834 m_type = "audio";
836 m_type = "video";
838 m_type = "text";
841 sid = printContainer(res, bin_unit, binary_restype, m_type, id, status);
867 sid = printContainer(res, bin_unit, binary_restype, m_type, id, status);
    [all...]
  /external/deqp/framework/common/
tcuTestLog.hpp 313 : m_type (type)
323 qpShaderType m_type; member in class:tcu::LogShader
498 log.writeShader(m_type, m_source.c_str(), m_compileOk, m_infoLog.c_str());
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 43 Context (glu::ContextType type) : m_type(type) {}
210 glu::ContextType getType (void) { return m_type; }
213 const glu::ContextType m_type; member in class:sglr::Context
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 1080 const CaseType m_type; member in class:deqp::gles2::Functional::MaskProportionalityCase
    [all...]

Completed in 1725 milliseconds

1 2 3 4 5 6 7 8 91011>>