HomeSort by relevance Sort by last modified time
    Searched refs:m_height (Results 26 - 50 of 84) sorted by null

12 3 4

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
SimpleDialog.py 44 m_height = master.winfo_height()
49 m_height = master.winfo_screenheight()
54 y = m_y + (m_height - w_height) * rely
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
SimpleDialog.py 44 m_height = master.winfo_height()
49 m_height = master.winfo_screenheight()
54 y = m_y + (m_height - w_height) * rely
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 44 m_height = master.winfo_height()
49 m_height = master.winfo_screenheight()
54 y = m_y + (m_height - w_height) * rely
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 44 m_height = master.winfo_height()
49 m_height = master.winfo_screenheight()
54 y = m_y + (m_height - w_height) * rely
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 167 m_height = ReadNumber( m_strm, INT_MAX );
177 if( m_width > 0 && m_height > 0 && m_maxval > 0 && m_maxval < (1 << 16))
189 m_width = m_height = -1;
240 for( y = 0; y < m_height; y++, data += step )
253 for( y = 0; y < m_height; y++, data += step )
269 for( y = 0; y < m_height; y++, data += step )
grfmt_png.cpp 165 m_height = (int)height;
189 if( m_png_ptr && m_info_ptr && m_end_info && m_width && m_height )
229 buffer = new uchar*[m_height];
231 for( y = 0; y < m_height; y++ )
grfmt_base.cpp 52 m_width = m_height = 0;
68 m_width = m_height = 0;
  /external/deqp/modules/gles2/functional/
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;
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)
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);
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...]
es2fTextureFilteringTests.cpp 87 const int m_height; member in class:deqp::gles2::Functional::Texture2DFilteringCase
129 , m_height (height)
146 , m_height (0)
172 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height));
174 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
175 int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
350 const int m_height; member in class:deqp::gles2::Functional::TextureCubeFilteringCase
392 , m_height (height)
409 , m_height (0)
432 DE_ASSERT(m_width == m_height);
    [all...]
  /external/deqp/modules/gles3/functional/
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);
es3fTextureFormatTests.cpp 86 int m_height; member in class:deqp::gles3::Functional::Texture2DFormatCase
98 , m_height (height)
110 , m_height (height)
133 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
138 ? new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height) // Implicit internal format.
139 : new glu::Texture2D(m_renderCtx, m_format, m_width, m_height); // Explicit internal format.
158 RandomViewport viewport (m_renderCtx.getRenderTarget(), m_width, m_height, deStringHash(getName()));
244 int m_height; member in class:deqp::gles3::Functional::TextureCubeFormatCase
259 , m_height (height)
273 , m_height (height
439 int m_height; member in class:deqp::gles3::Functional::Texture2DArrayFormatCase
591 int m_height; member in class:deqp::gles3::Functional::Texture3DFormatCase
751 int m_height; member in class:deqp::gles3::Functional::Compressed2DFormatCase
889 int m_height; member in class:deqp::gles3::Functional::CompressedCubeFormatCase
    [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...]
es3fTextureSpecificationTests.cpp 261 int m_height; member in class:deqp::gles3::Functional::Texture2DSpecCase
270 , m_height (height)
304 int levelH = de::max(1, m_height >> levelNdx);
443 int m_height; member in class:deqp::gles3::Functional::Texture2DArraySpecCase
453 , m_height (height)
495 int levelH = de::max(1, m_height >> levelNdx);
543 int m_height; member in class:deqp::gles3::Functional::Texture3DSpecCase
553 , m_height (height)
589 int levelH = de::max(1, m_height >> levelNdx);
671 int levelH = de::max(1, m_height >> ndx)
    [all...]
es3fTextureFilteringTests.cpp 89 const int m_height; member in class:deqp::gles3::Functional::Texture2DFilteringCase
130 , m_height (height)
146 , m_height (0)
172 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height));
175 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
366 const int m_height; member in class:deqp::gles3::Functional::TextureCubeFilteringCase
408 , m_height (height)
425 , m_height (0)
448 DE_ASSERT(m_width == m_height);
453 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1
677 const int m_height; member in class:deqp::gles3::Functional::Texture2DArrayFilteringCase
943 const int m_height; member in class:deqp::gles3::Functional::Texture3DFilteringCase
    [all...]
  /external/clang/test/SemaCXX/
invalid-member-expr.cpp 63 Length m_height; member in struct:rdar11293995::LengthSize
  /external/pdfium/xfa/fxbarcode/common/
BC_CommonBitMatrix.h 43 int32_t m_height; member in class:CBC_CommonBitMatrix
  /external/vulkan-validation-layers/tests/
vktestframework.h 91 static int m_height; member in class:VkTestFramework
  /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...]
  /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...]
vktRenderPassMultisampleTests.cpp 1351 const deUint32 m_height; member in class:vkt::__anon16655::MultisampleRenderPassTestInstance
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 75 int m_height; member in class:deqp::gles3::Accuracy::Texture2DFilteringCase
93 , m_height (height)
108 , m_height (0)
133 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height));
135 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
330 int m_height; member in class:deqp::gles3::Accuracy::TextureCubeFilteringCase
349 , m_height (height)
365 , m_height (0)
388 DE_ASSERT(m_width == m_height);
392 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1
    [all...]

Completed in 475 milliseconds

12 3 4