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

1234

/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/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_barcodeimp.h43 BC_TYPE m_type; member in class:CFWL_BarcodeImp
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTexture.hpp40 ImageType type (void) const { return m_type; } //!< Texture type
50 const ImageType m_type; member in class:vkt::image::Texture
/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/opencv3/modules/imgcodecs/src/
H A Dgrfmt_exr.hpp88 Imf::PixelType m_type; member in class:cv::ExrDecoder
H A Dgrfmt_base.hpp66 virtual int type() const { return m_type; }
83 int m_type; member in class:cv::BaseImageDecoder
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
H A Db2Shape.h92 Type m_type; member in class:b2Shape
98 return m_type;
/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::__anon4676::SampleShadingRenderingCase
264 , m_type (type)
423 if (m_type == TEST_DISCARD)
425 else if (m_type == TEST_COLOR)
H A Des31fShaderTextureSizeTests.cpp87 const TextureType m_type; member in class:deqp::gles31::Functional::__anon4709::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)
H A Des31fInternalFormatQueryTests.cpp58 const FormatType m_type; member in class:deqp::gles31::Functional::__anon4588::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);
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
H A Des31fTextureBufferTests.cpp141 const QueryType m_type; member in class:deqp::gles31::Functional::__anon4724::LimitQueryCase
148 , m_type (type)
160 verifyStateIntegerMin(result, gl, m_target, m_minValue, m_type);
176 const QueryType m_type; member in class:deqp::gles31::Functional::__anon4724::AlignmentQueryCase
183 , m_type (type)
195 verifyStateIntegerMax(result, gl, m_target, m_maxValue, m_type);
209 const QueryType m_type; member in class:deqp::gles31::Functional::__anon4724::TextureBufferBindingQueryCase
214 , m_type (type)
231 verifyStateInteger(result, gl, GL_TEXTURE_BUFFER_BINDING, 0, m_type);
244 verifyStateInteger(result, gl, GL_TEXTURE_BUFFER_BINDING, buffer, m_type);
268 const QueryType m_type; member in class:deqp::gles31::Functional::__anon4724::TextureBindingBufferQueryCase
327 const QueryType m_type; member in class:deqp::gles31::Functional::__anon4724::TextureBufferDataStoreQueryCase
398 const QueryType m_type; member in class:deqp::gles31::Functional::__anon4724::TextureBufferOffsetQueryCase
479 const QueryType m_type; member in class:deqp::gles31::Functional::__anon4724::TextureBufferSizeQueryCase
[all...]
/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/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
H A DShape.java39 public final ShapeType m_type; field in class:Shape
43 this.m_type = type;
52 return m_type;
/external/testng/src/main/java/org/testng/reporters/jq/
H A DNavigatorPanel.java180 protected String m_type; field in class:NavigatorPanel.BaseResultProvider
183 m_type = type;
188 return m_type;
/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp83 GLint m_type; member in class:deqp::gles3::Functional::__anon4348::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::__anon4563::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::__anon4563::SingleVertexArrayFirstGroup
367 Array::InputType m_type; member in class:deqp::gles3::Stress::__anon4563::SingleVertexArrayOffsetGroup
[all...]

Completed in 399 milliseconds

1234