HomeSort by relevance Sort by last modified time
    Searched defs:m_type (Results 151 - 175 of 196) sorted by null

1 2 3 4 5 67 8

  /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
rsgToken.hpp 137 inline bool operator== (Type type) const { return m_type == type; }
138 inline bool operator!= (Type type) const { return m_type != type; }
145 inline Type getType (void) const { return m_type; }
153 Type m_type; member in class:rsg::Token
165 : m_type(TYPE_LAST)
171 : m_type(type)
177 : m_type(FLOAT_LITERAL)
183 : m_type(INT_LITERAL)
189 : m_type(BOOL_LITERAL)
201 DE_ASSERT(m_type == IDENTIFIER)
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 91 deUint32 m_type; member in class:deqp::gles2::Performance::TextureUploadCase
108 , m_type (type)
217 const tcu::TextureFormat& texFmt = glu::mapGLTransferFormat(m_format, m_type);
230 gl.texImage2D (GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]);
321 gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]);
324 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]);
417 gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]);
420 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]);
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/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp 45 VariablePathComponent (void) :m_type(TYPE_LAST) { }
46 VariablePathComponent (const glu::VarType* type) :m_type(TYPE_TYPE) { m_data.type = type; }
47 VariablePathComponent (const glu::InterfaceBlock* block) :m_type(TYPE_INTERFACEBLOCK) { m_data.block = block; }
48 VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.declaration = decl; }
50 VariablePathComponent (const VariablePathComponent& other) : m_data(other.m_data), m_type(other.m_type) { }
51 VariablePathComponent& operator= (const VariablePathComponent& other) { m_type = other.m_type; m_data = other.m_data; return *this; }
53 bool isVariableType (void) const { return m_type == TYPE_TYPE; }
54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK;
80 Type m_type; member in class:deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
    [all...]
es31fTextureLevelStateQueryTests.cpp 697 const VerifierType m_type; member in class:deqp::gles31::Functional::__anon4063::TextureLevelCase
710 , m_type (type)
    [all...]
es31fTextureMultisampleTests.cpp 1068 const TextureType m_type; member in class:deqp::gles31::Functional::__anon4064::MultisampleTextureUsageCase
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.hpp 119 RequirementType getType (void) const { return m_type; };
120 std::string getSupportedExtension (void) const { DE_ASSERT(m_type == REQUIREMENTTYPE_EXTENSION); DE_ASSERT(m_supportedExtensionNdx >= 0); return m_extensions[m_supportedExtensionNdx]; }
121 deUint32 getAffectedExtensionStageFlags (void) const { DE_ASSERT(m_type == REQUIREMENTTYPE_EXTENSION); return m_effectiveShaderStageFlags; }
124 RequirementType m_type; member in class:deqp::gls::sl::ShaderCase::CaseRequirement
glsShaderRenderCase.hpp 100 Type getType (void) const { return m_type; }
108 Type m_type; member in class:deqp::gls::TextureBinding
glsUniformBlockCase.hpp 81 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; }
83 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
105 Type m_type; member in class:deqp::gls::ub::VarType
128 StructMember (const char* name, const VarType& type, deUint32 flags) : m_name(name), m_type(type), m_flags(flags) {}
132 const VarType& getType (void) const { return m_type; }
137 VarType m_type; member in class:deqp::gls::ub::StructMember
170 const VarType& getType (void) const { return m_type; }
175 VarType m_type; member in class:deqp::gls::ub::Uniform
  /external/lldb/include/lldb/Symbol/
UnwindPlan.h 63 m_type(unspecified),
80 m_type = unspecified;
86 m_type = undefined;
92 m_type = same;
98 return m_type == same;
104 return m_type == unspecified;
110 return m_type == isCFAPlusOffset;
116 return m_type == atCFAPlusOffset;
122 return m_type == inOtherRegister;
128 return m_type == atDWARFExpression;
225 RestoreType m_type; \/\/ How do we locate this register? member in class:lldb_private::UnwindPlan::Row::RegisterLocation
    [all...]
  /external/lldb/include/lldb/Target/
ObjCLanguageRuntime.h 50 m_type (eTypeUnspecified),
60 m_type (eTypeUnspecified),
74 if (strict && m_type == eTypeUnspecified)
90 return m_type;
134 Type m_type; member in class:lldb_private::ObjCLanguageRuntime::MethodName
  /external/lldb/source/Expression/
Materializer.cpp 718 m_type(type),
741 size_t byte_size = m_type.GetByteSize();
742 size_t bit_align = m_type.GetTypeBitAlign();
965 TypeFromUser m_type; member in class:EntityResultVariable
    [all...]
  /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/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 123 BasicShapeRadius() : m_type(ClosestSide) { }
124 explicit BasicShapeRadius(const Length& v) : m_value(v), m_type(Value) { }
125 explicit BasicShapeRadius(Type t) : m_type(t) { }
126 BasicShapeRadius(const BasicShapeRadius& other) : m_value(other.value()), m_type(other.type()) { }
127 bool operator==(const BasicShapeRadius& other) const { return m_type == other.m_type && m_value == other.m_value; }
130 Type type() const { return m_type; }
135 return m_type == Value && other.type() == Value;
140 if (m_type != Value || other.type() != Value)
148 Type m_type; member in class:blink::BasicShapeRadius
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 143 , m_type(type) { }
146 String m_type; member in class:blink::__anon15813::FileSystemRootRequest
156 if (!DOMFileSystemBase::pathPrefixToFileSystemType(m_type, type)) {
  /external/deqp/framework/opengl/
gluVarType.hpp 58 bool isBasicType (void) const { return m_type == TYPE_BASIC; }
59 bool isArrayType (void) const { return m_type == TYPE_ARRAY; }
60 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
92 Type m_type; member in class:glu::VarType
126 StructMember (const char* name, const VarType& type) : m_name(name), m_type(type) {}
130 const VarType& getType (void) const { return m_type; }
137 VarType m_type; member in class:glu::StructMember
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 155 Array::InputType m_type; member in class:deqp::gles3::Functional::SingleVertexArrayStrideGroup
160 , m_type (type)
182 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10;
183 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]);
184 const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(m_type));
189 if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4)
192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
260 Array::InputType m_type; member in class:deqp::gles3::Functional::SingleVertexArrayFirstGroup
364 Array::InputType m_type; member in class:deqp::gles3::Functional::SingleVertexArrayOffsetGroup
464 Array::InputType m_type; member in class:deqp::gles3::Functional::SingleVertexArrayNormalizeGroup
556 Array::InputType m_type; member in class:deqp::gles3::Functional::SingleVertexArrayOutputTypeGroup
    [all...]
  /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)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 45 SrfcInfo(GLXDrawable drawable,SurfaceType type):m_type(type),
49 SurfaceType m_type; member in class:SrfcInfo
  /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/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 248 #define m_type m_hdr.mh_type macro
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 179 ContextType m_type; member in class:tcu::x11::glx::GlxRenderContext
620 , m_type (config.type)
659 return m_type;
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 1080 const CaseType m_type; member in class:deqp::gles2::Functional::MaskProportionalityCase
    [all...]

Completed in 1729 milliseconds

1 2 3 4 5 67 8