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

1 2

  /external/pdfium/xfa/fxbarcode/
BC_Dimension.h 26 int32_t m_height; member in class:CBC_Dimension
  /external/pdfium/xfa/fxbarcode/common/
BC_CommonByteMatrix.h 32 int32_t m_height; member in class:CBC_CommonByteMatrix
BC_CommonBitMatrix.h 43 int32_t m_height; member in class:CBC_CommonBitMatrix
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417BarcodeMatrix.h 34 int32_t m_height; member in class:CBC_BarcodeMatrix
  /external/deqp/framework/common/
tcuSurface.hpp 54 int getHeight (void) const { return m_height; }
66 int m_height; member in class:tcu::Surface
72 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
89 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
107 return ConstPixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.getPtr());
113 return PixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.getPtr());
tcuSurfaceAccess.hpp 58 int getHeight (void) const { return m_height; }
68 int m_height; member in class:tcu::SurfaceAccess
73 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
tcuRenderTarget.hpp 47 int getHeight (void) const { return m_height; }
53 int m_height; member in class:tcu::RenderTarget
tcuCompressedTexture.hpp 121 int getHeight (void) const { return m_height; }
133 int m_height; member in class:tcu::CompressedTexture
  /external/pdfium/core/fxcodec/codec/
ccodec_jbig2module.h 27 uint32_t m_height; member in class:CCodec_Jbig2Context
  /external/vulkan-validation-layers/tests/
vktestframework.h 91 static int m_height; member in class:VkTestFramework
vktestframework.cpp 137 int VkTestFramework::m_height = 0; member in class:VkTestFramework
    [all...]
  /external/pdfium/third_party/agg23/
agg_rendering_buffer.h 52 m_height(0),
61 m_height(0),
71 m_height = height;
101 return m_height;
140 unsigned m_height; member in class:agg::rendering_buffer
  /external/clang/test/SemaCXX/
invalid-member-expr.cpp 63 Length m_height; member in struct:rdar11293995::LengthSize
  /external/deqp/modules/gles3/functional/
es3fFboDepthbufferTests.cpp 56 , m_height (height)
89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
92 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height);
100 glViewport(0, 0, m_width, m_height);
132 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
138 int m_height; member in class:deqp::gles3::Functional::BasicFboDepthCase
148 , m_height (height)
179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
182 glTexImage2D(GL_TEXTURE_2D, 0, m_format, m_width, m_height, 0, transferFmt.format, transferFmt.dataType, DE_NULL);
192 glViewport(0, 0, m_width, m_height);
224 const int m_height; member in class:deqp::gles3::Functional::DepthWriteClampCase
304 const int m_height; member in class:deqp::gles3::Functional::DepthTestClampCase
    [all...]
es3fReadPixelsTests.cpp 86 const int m_height; member in class:deqp::gles3::Functional::__anon17265::ReadPixelsTest
104 , m_height (13)
233 GLU_CHECK_CALL(glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA32UI, m_width, m_height));
239 GLU_CHECK_CALL(glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA32I, m_width, m_height));
316 pixelData.resize(rowPitch * (m_height + m_skipRows), 0);
318 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0])));
335 tcu::Texture2D reference(format, m_width, m_height);
350 GLU_CHECK_CALL(glViewport(0, 0, m_width, m_height));
357 const tcu::ConstPixelBufferAccess resultAccess = tcu::ConstPixelBufferAccess(format, m_width, m_height, 1, rowPitch, 0, &(pixelData[pixelSize * m_skipPixels + m_skipRows * rowPitch]));
369 tcu::Texture2D referenceRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_width, m_height); local
370 tcu::Texture2D resultRGBA8 (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_width, m_height); local
    [all...]
es3fTextureSizeTests.cpp 71 int m_height; member in class:deqp::gles3::Functional::Texture2DSizeCase
84 , m_height (height)
99 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
101 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
188 int m_height; member in class:deqp::gles3::Functional::TextureCubeSizeCase
204 , m_height (height)
221 DE_ASSERT(m_width == m_height);
234 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
es3fTextureWrapTests.cpp 120 int m_height; member in class:deqp::gles3::Functional::TextureWrapCase
142 , m_height (height)
161 , m_height (0)
181 , m_height (height)
202 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
206 m_height = m_texture->getRefTexture().getHeight();
218 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
249 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
266 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
  /external/opencv/otherlibs/highgui/
grfmt_base.h 71 int GetHeight() { return m_height; };
85 int m_height; // height of the image ( filled by ReadHeader ) member in class:GrFmtReader
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 202 GLsizei m_height; //< The common height of images member in class:deqp::gles2::Functional::ES2Checker
208 , m_height (-1)
220 m_height = image->height;
222 else if (image->width != m_width || image->height != m_height)
es2fTextureFormatTests.cpp 87 const int m_height; member in class:deqp::gles2::Functional::Texture2DFormatCase
99 , m_height (height)
119 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
123 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
142 RandomViewport viewport (m_renderCtx.getRenderTarget(), m_width, m_height, deStringHash(getName()));
227 const int m_height; member in class:deqp::gles2::Functional::TextureCubeFormatCase
243 , m_height (height)
268 log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_height
272 DE_ASSERT(m_width == m_height);
318 RandomViewport viewport (m_renderCtx.getRenderTarget(), m_width, m_height, deStringHash(getName())+(deUint32)face)
    [all...]
es2fTextureSizeTests.cpp 70 int m_height; member in class:deqp::gles2::Functional::Texture2DSizeCase
83 , m_height (height)
98 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
100 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
187 int m_height; member in class:deqp::gles2::Functional::TextureCubeSizeCase
203 , m_height (height)
220 DE_ASSERT(m_width == m_height);
233 int numLevels = m_useMipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
es2fTextureWrapTests.cpp 83 int m_height; member in class:deqp::gles2::Functional::TextureWrapCase
101 , m_height (height)
118 , m_height (0)
134 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
138 m_height = m_texture->getRefTexture().getHeight();
142 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryLayeredRenderingTests.cpp 410 return tcu::getSubregion(m_wholeImage, 0, (m_1dModifier * layer), ((~m_1dModifier & 1) * layer), m_width, m_height, 1);
422 , m_height (1)
431 , m_height (static_cast<int>(size.height))
434 , m_wholeImage (tcu::ConstPixelBufferAccess(mapVkFormat(format), m_width, m_height, m_layers, pData))
439 const int m_height; member in class:vkt::geometry::__anon16578::LayeredImageAccess
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 799 const deUint32 m_height; member in class:vkt::__anon16653::MultisampleRenderPassTestInstance
829 , m_height (32u)
831 , m_multisampleImages (createMultisampleImages(context.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), m_format, m_sampleCount, m_width, m_height))
835 , m_singlesampleImages (createSingleSampleImages(context.getInstanceInterface(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), m_format, m_width, m_height))
840 , m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), *m_renderPass, m_multisampleImageViews, m_singlesampleImageViews, m_width, m_height))
843 , m_renderPipeline (createRenderPipeline(context.getDeviceInterface(), context.getDevice(), *m_renderPass, *m_renderPipelineLayout, context.getBinaryCollection(), m_width, m_height, m_sampleCount))
845 , m_buffers (createBuffers(context.getDeviceInterface(), context.getDevice(), m_format, m_width, m_height))
849 , m_sum (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::FLOAT), m_width, m_height)
889 { m_width, m_height }
992 { m_width, m_height }
1139 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), m_width, m_height); local
1481 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), m_width, m_height); local
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 81 int m_height; member in class:deqp::gles2::Accuracy::Texture2DFilteringCase
101 , m_height (height)
117 , m_height (0)
142 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height));
144 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
145 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
342 int m_height; member in class:deqp::gles2::Accuracy::TextureCubeFilteringCase
362 , m_height (height)
378 , m_height (0)
401 DE_ASSERT(m_width == m_height);
    [all...]

Completed in 252 milliseconds

1 2