/external/deqp/framework/opengl/simplereference/ |
H A D | 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/ |
H A D | fwl_barcodeimp.h | 43 BC_TYPE m_type;
member in class:CFWL_BarcodeImp
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | 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/ |
H A D | grfmt_exr.h | 77 PixelType m_type; member in class:GrFmtExrReader
|
H A D | grfmt_sunras.h | 80 SunRasType m_type; member in class:GrFmtSunRasterReader
|
H A D | grfmt_jpeg.h | 125 int m_type; // SOF type member in class:GrFmtJpegReader
|
/external/opencv3/modules/imgcodecs/src/ |
H A D | grfmt_exr.hpp | 88 Imf::PixelType m_type; member in class:cv::ExrDecoder
|
H A D | grfmt_base.hpp | 66 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 D | b2Shape.h | 92 Type m_type; member in class:b2Shape 98 return m_type;
|
/external/deqp/framework/egl/ |
H A D | egluConfigFilter.hpp | 74 const Type m_type; member in class:eglu::CandidateConfig
|
/external/deqp/framework/platform/ios/ |
H A D | 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/ |
H A D | rsgVariable.hpp | 57 const VariableType& getType (void) const { return m_type; } 71 VariableType m_type; member in class:rsg::Variable
|
H A D | rsgExpression.hpp | 276 Type m_type; member in class:rsg::TexLookup
|
H A D | rsgShader.hpp | 94 Type getType (void) const { return m_type; } 118 Type m_type; member in class:rsg::Shader
|
H A D | 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...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fSampleShadingTests.cpp | 259 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 D | es31fShaderTextureSizeTests.cpp | 87 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 D | es31fInternalFormatQueryTests.cpp | 58 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 D | es31fSSBOLayoutCase.hpp | 72 const glu::VarType& getType (void) const { return m_type; } 77 glu::VarType m_type; member in class:deqp::gles31::bb::BufferVar
|
H A D | es31fTextureBufferTests.cpp | 141 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 D | 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/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/ |
H A D | Shape.java | 39 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 D | NavigatorPanel.java | 180 protected String m_type; field in class:NavigatorPanel.BaseResultProvider 183 m_type = type; 188 return m_type;
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fReadPixelsTests.cpp | 83 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 D | es3sVertexArrayTests.cpp | 158 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...] |