HomeSort by relevance Sort by last modified time
    Searched defs:m_type (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /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/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_barcodeimp.h 43 BC_TYPE m_type; member in class:CFWL_BarcodeImp
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTexture.hpp 40 ImageType type (void) const { return m_type; } //!< Texture type
50 const ImageType m_type; member in class:vkt::image::Texture
  /external/opencv/otherlibs/highgui/
grfmt_exr.h 77 PixelType m_type; member in class:GrFmtExrReader
grfmt_sunras.h 80 SunRasType m_type; member in class:GrFmtSunRasterReader
grfmt_jpeg.h 125 int m_type; // SOF type member in class:GrFmtJpegReader
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.hpp 88 Imf::PixelType m_type; member in class:cv::ExrDecoder
grfmt_base.hpp 66 virtual int type() const { return m_type; }
83 int m_type; member in class:cv::BaseImageDecoder
  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 259 const TestType m_type; member in class:deqp::gles31::Functional::__anon10640::SampleShadingRenderingCase
264 , m_type (type)
423 if (m_type == TEST_DISCARD)
425 else if (m_type == TEST_COLOR)
es31fShaderTextureSizeTests.cpp 87 const TextureType m_type; member in class:deqp::gles31::Functional::__anon10673::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)
321 switch (m_type)
348 switch (m_type)
364 switch (m_type)
es31fInternalFormatQueryTests.cpp 58 const FormatType m_type; member in class:deqp::gles31::Functional::__anon10552::FormatSamplesCase
65 , m_type (type)
109 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);
es31fSSBOLayoutCase.hpp 72 const glu::VarType& getType (void) const { return m_type; }
77 glu::VarType m_type; member in class:deqp::gles31::bb::BufferVar
es31fShaderAtomicOpTests.cpp 81 const DataType m_type; member in class:deqp::gles31::Functional::ShaderAtomicOpCase
100 , m_type (type)
118 const char* typeName = getDataTypeName(m_type);
120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT;
151 DE_ASSERT(outType == m_type);
156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string("");
157 const char* const castEnd = outType != m_type ? ")" : "";
422 const bool isSigned = m_type == TYPE_INT;
496 const bool isSigned = m_type == TYPE_INT;
504 const bool isSigned = m_type == TYPE_INT
    [all...]
  /external/deqp/framework/egl/
egluConfigFilter.hpp 74 const Type m_type; member in class:eglu::CandidateConfig
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 90 virtual glu::ContextType getType (void) const { return m_type; }
100 glu::ContextType m_type; member in class:tcu::ios::RawContext
  /external/deqp/framework/randomshaders/
rsgVariable.hpp 57 const VariableType& getType (void) const { return m_type; }
71 VariableType m_type; member in class:rsg::Variable
rsgShader.hpp 94 Type getType (void) const { return m_type; }
118 Type m_type; member in class:rsg::Shader
rsgExpression.hpp 276 Type m_type; member in class:rsg::TexLookup
rsgVariableType.hpp 67 : 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...]
rsgVariableValue.hpp 77 StridedValueRead (const VariableType& type, const Scalar* value) : m_type(type), m_value(value) {}
79 const VariableType& getType (void) const { return m_type; }
83 const VariableType& m_type; member in class:rsg::StridedValueRead
91 ConstStridedValueAccess (void) : m_type(DE_NULL), m_value(DE_NULL) {}
92 ConstStridedValueAccess (const VariableType& type, const Scalar* valuePtr) : m_type(&type), m_value(const_cast<Scalar*>(valuePtr)) {}
94 const VariableType& getType (void) const { return *m_type; }
118 const VariableType* m_type; member in class:rsg::ConstStridedValueAccess
200 ConstValueRangeAccess (void) : m_type(DE_NULL), m_min(DE_NULL), m_max(DE_NULL) {}
201 ConstValueRangeAccess (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) : m_type(&type), m_min(const_cast<Scalar*>(minVal)), m_max(const_cast<Scalar*>(maxVal)) {}
203 const VariableType& getType (void) const { return *m_type; }
218 const VariableType* m_type; member in class:rsg::ConstValueRangeAccess
304 VariableType m_type; member in class:rsg::ValueRange
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
NetworkAuthenticationTypeElement.java 28 private final NwkAuthTypeEnum m_type; field in class:NetworkAuthenticationTypeElement.NetworkAuthentication
32 m_type = type;
37 return m_type;
47 "m_type=" + m_type +
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 75 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/framework/common/
tcuThreadUtil.hpp 74 const char* getType (void) const { return m_type; }
81 const char* m_type; member in class:tcu::ThreadUtil::Object
  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 83 GLint m_type; member in class:deqp::gles3::Functional::__anon10312::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 == GL_UNSIGNED_INT
    [all...]
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 158 Array::InputType m_type; member in class:deqp::gles3::Stress::__anon10527::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::__anon10527::SingleVertexArrayFirstGroup
367 Array::InputType m_type; member in class:deqp::gles3::Stress::__anon10527::SingleVertexArrayOffsetGroup
    [all...]

Completed in 617 milliseconds

1 2 3 4