Searched defs:m_type (Results 1 - 25 of 78) sorted by relevance

1234

/external/lldb/include/lldb/Core/
H A DError.h305 lldb::ErrorType m_type; ///< The type of the above error code. member in class:lldb_private::Error
H A DEvent.h160 return m_type;
166 m_type = new_type;
207 uint32_t m_type; // The bit describing this event member in class:lldb_private::Event
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp43 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/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h249 return m_type;
255 m_type = type;
271 BreakpointSite::Type m_type;///< The type of this breakpoint site. member in class:lldb_private::BreakpointSite
H A DWatchpoint.h200 return m_type;
231 ClangASTType m_type; member in class:lldb_private::Watchpoint
/external/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h43 m_type()
49 m_type()
52 m_type.m_type_name.assign(name);
59 m_type()
63 m_type.m_type_name.assign(type->GetName().GetCString());
64 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type));
70 m_type()
74 m_type.m_type_name.assign(type.GetConstTypeName().GetCString());
75 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type));
82 if (m_type
119 TypeOrName m_type; member in class:lldb_private::TypeNameSpecifierImpl
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.h77 PixelType m_type; member in class:GrFmtExrReader
H A Dgrfmt_sunras.h80 SunRasType m_type; member in class:GrFmtSunRasterReader
H A Dgrfmt_jpeg.h125 int m_type; // SOF type member in class:GrFmtJpegReader
/external/deqp/framework/egl/
H A DegluConfigFilter.hpp74 const Type m_type; member in class:eglu::CandidateConfig
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh90 virtual glu::ContextType getType (void) const { return m_type; }
100 glu::ContextType m_type; member in class:tcu::ios::RawContext
/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp57 const VariableType& getType (void) const { return m_type; }
71 VariableType m_type; member in class:rsg::Variable
H A DrsgExpression.hpp276 Type m_type; member in class:rsg::TexLookup
H A DrsgShader.hpp94 Type getType (void) const { return m_type; }
118 Type m_type; member in class:rsg::Shader
H A DrsgVariableType.hpp67 : m_type(DE_NULL)
73 : m_type(new VariableType(type))
80 delete m_type;
84 : m_type(DE_NULL)
87 if (other.m_type)
88 m_type = new VariableType(*other.m_type);
96 delete m_type;
98 m_type = DE_NULL;
101 if (other.m_type)
127 VariableType* m_type; member in class:rsg::VariableType::Member
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSampleShadingTests.cpp259 const TestType m_type; member in class:deqp::gles31::Functional::__anon3661::SampleShadingRenderingCase
264 , m_type (type)
421 if (m_type == TEST_DISCARD)
423 else if (m_type == TEST_COLOR)
H A Des31fShaderTextureSizeTests.cpp87 const TextureType m_type; member in class:deqp::gles31::Functional::__anon3694::TextureSizeCase
103 , m_type (type)
105 , m_isArrayType (m_type == TEXTURE_FLOAT_2D_ARRAY || m_type == TEXTURE_INT_2D_ARRAY || m_type == TEXTURE_UINT_2D_ARRAY)
318 switch (m_type)
345 switch (m_type)
361 switch (m_type)
H A Des31fInternalFormatQueryTests.cpp58 const FormatType m_type; member in class:deqp::gles31::Functional::__anon3579::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);
H A Des31fSSBOLayoutCase.hpp72 const glu::VarType& getType (void) const { return m_type; }
77 glu::VarType m_type; member in class:deqp::gles31::bb::BufferVar
/external/lldb/include/lldb/Symbol/
H A DFunction.h316 /// (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
H A DSymbolContext.h400 uint32_t m_type; // Or'ed bits from SpecificationType member in class:lldb_private::SymbolContextSpecifier
/external/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h46 m_type (eTypeInvalid),
58 m_type (eTypeInvalid),
72 if (m_type == eTypeInvalid)
80 return m_type;
110 Type m_type; member in class:lldb_private::CPPLanguageRuntime::MethodName
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp75 glu::ContextType getType (void) const { return m_type; }
81 const glu::ContextType m_type; member in class:tcu::CGLRenderContext
111 : m_type (config.type)
/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp83 GLint m_type; member in class:deqp::gles3::Functional::__anon3339::ReadPixelsTest
102 , m_type (type)
209 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &m_type));
213 if (glu::getTypeName(m_type) == DE_NULL)
214 TCU_THROW(NotSupportedError, ("Unsupported GL_IMPLEMENTATION_COLOR_READ_TYPE: " + de::toString(tcu::Format::Hex<4>(m_type))).c_str());
217 format = glu::mapGLTransferFormat(m_format, m_type);
229 if (m_type == GL_UNSIGNED_INT)
235 else if (m_type == GL_INT)
277 if (m_type == GL_INT)
291 else if (m_type
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp158 Array::InputType m_type; member in class:deqp::gles3::Stress::__anon3554::SingleVertexArrayStrideGroup
163 , m_type (type)
185 const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10;
186 const int stride = (strides[strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[strideNdx]);
187 const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputTypeSize(m_type));
192 if((m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4)
195 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type,
263 Array::InputType m_type; member in class:deqp::gles3::Stress::__anon3554::SingleVertexArrayFirstGroup
367 Array::InputType m_type; member in class:deqp::gles3::Stress::__anon3554::SingleVertexArrayOffsetGroup
[all...]

Completed in 409 milliseconds

1234