HomeSort by relevance Sort by last modified time
    Searched refs:m_width (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btHeightfieldTerrainShape.h 83 btScalar m_width; variable
  /external/opencv3/modules/imgcodecs/src/
grfmt_base.cpp 52 m_width = m_height = 0;
grfmt_exr.cpp 119 m_width = m_datawindow.max.x - m_datawindow.min.x + 1;
206 buffer = (char *)new float[ m_width * 3 ];
349 for( x = 0; x < m_width * 3; x++)
357 for( x = 0; x < m_width * 3; x++)
395 for( int x = (m_width - 1) / xsample, xre = m_width - xsample; x >= 0; x--, xre -= xsample )
419 for( int x = (m_width - 1) / xsample, xre = m_width - xsample; x >= 0; x--, xre -= xsample )
439 for( int x = 0; x < m_width; x++ )
461 for( int x = 0; x < m_width; x++
    [all...]
grfmt_tiff.cpp 144 m_width = wdth;
210 if( m_tif && m_width && m_height )
213 uint32 tile_width0 = m_width, tile_height0 = 0;
244 tile_width0 = m_width;
265 for( x = 0; x < m_width; x += tile_width0, tileidx++ )
269 if( x + tile_width > m_width )
270 tile_width = m_width - x;
443 int size = 3 * m_width * m_height * sizeof (float);
444 tstrip_t strip_size = 3 * m_width * rows_per_strip;
grfmt_jpeg.cpp 205 m_width = m_height = 0;
245 m_width = state->cinfo.image_width;
398 if( m_state && m_width && m_height )
450 JPOOL_IMAGE, m_width*4, 1 );
459 icvCvt_RGB2BGR_8u_C3R( buffer[0], 0, data, 0, cvSize(m_width,1) );
461 icvCvt_CMYK2BGR_8u_C4C3R( buffer[0], 0, data, 0, cvSize(m_width,1) );
466 memcpy( data, buffer[0], m_width );
468 icvCvt_CMYK2Gray_8u_C4C1R( buffer[0], 0, data, 0, cvSize(m_width,1) );
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonBitMatrix.h 36 int32_t m_width; member in class:CBC_CommonBitMatrix
BC_WhiteRectangleDetector.h 42 int32_t m_width; member in class:CBC_WhiteRectangleDetector
  /external/vulkan-validation-layers/tests/
vktestframework.h 98 static int m_width; member in class:VkTestFramework
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 132 m_width = m_datawindow.max.x - m_datawindow.min.x + 1;
214 buffer = (char *)new float[ m_width * 3 ];
357 for( x = 0; x < m_width * 3; x++)
366 for( x = 0; x < m_width * 3; x++)
405 for( int x = (m_width - 1) / xsample, xre = m_width - xsample; x >= 0; x--, xre -= xsample )
429 for( int x = (m_width - 1) / xsample, xre = m_width - xsample; x >= 0; x--, xre -= xsample )
449 for( int x = 0; x < m_width; x++ )
473 for( x = 0; x < m_width; x++
    [all...]
grfmt_base.cpp 52 m_width = m_height = 0;
68 m_width = m_height = 0;
grfmt_png.cpp 164 m_width = (int)width;
189 if( m_png_ptr && m_info_ptr && m_end_info && m_width && m_height )
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 118 int m_width; member in class:deqp::gles3::Functional::TextureWrapCase
140 , m_width (width)
159 , m_width (0)
179 , m_width (width)
201 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
204 m_width = m_texture->getRefTexture().getWidth();
217 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
248 tcu::CompressedTexture compressedTexture (m_compressedFormat, m_width, m_height);
265 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
es3fTextureFormatTests.cpp 84 int m_width; member in class:deqp::gles3::Functional::Texture2DFormatCase
96 , m_width (width)
108 , m_width (width)
132 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
137 ? new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height) // Implicit internal format.
138 : new glu::Texture2D(m_renderCtx, m_format, m_width, m_height); // Explicit internal format.
157 RandomViewport viewport (m_renderCtx.getRenderTarget(), m_width, m_height, deStringHash(getName()));
242 int m_width; member in class:deqp::gles3::Functional::TextureCubeFormatCase
257 , m_width (width)
271 , m_width (width
437 int m_width; member in class:deqp::gles3::Functional::Texture2DArrayFormatCase
589 int m_width; member in class:deqp::gles3::Functional::Texture3DFormatCase
749 int m_width; member in class:deqp::gles3::Functional::Compressed2DFormatCase
887 int m_width; member in class:deqp::gles3::Functional::CompressedCubeFormatCase
    [all...]
es3fReadPixelsTests.cpp 85 const int m_width; member in class:deqp::gles3::Functional::__anon9450::ReadPixelsTest
103 , m_width (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));
313 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels;
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));
355 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength);
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 260 int m_width; member in class:deqp::gles3::Functional::Texture2DSpecCase
269 , m_width (width)
303 int levelW = de::max(1, m_width >> levelNdx);
442 int m_width; member in class:deqp::gles3::Functional::Texture2DArraySpecCase
452 , m_width (width)
494 int levelW = de::max(1, m_width >> levelNdx);
542 int m_width; member in class:deqp::gles3::Functional::Texture3DSpecCase
552 , m_width (width)
588 int levelW = de::max(1, m_width >> levelNdx);
670 int levelW = de::max(1, m_width >> ndx)
    [all...]
es3fTextureFilteringTests.cpp 87 const int m_width; member in class:deqp::gles3::Functional::Texture2DFilteringCase
128 , m_width (width)
144 , m_width (0)
171 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height));
174 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
364 const int m_width; member in class:deqp::gles3::Functional::TextureCubeFilteringCase
406 , m_width (width)
423 , m_width (0)
447 DE_ASSERT(m_width == m_height);
450 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width));
675 const int m_width; member in class:deqp::gles3::Functional::Texture2DArrayFilteringCase
941 const int m_width; member in class:deqp::gles3::Functional::Texture3DFilteringCase
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureWrapTests.cpp 81 int m_width; member in class:deqp::gles2::Functional::TextureWrapCase
99 , m_width (width)
116 , m_width (0)
133 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
136 m_width = m_texture->getRefTexture().getWidth();
141 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
es2fTextureFormatTests.cpp 84 const int m_width; member in class:deqp::gles2::Functional::Texture2DFormatCase
96 , m_width (width)
117 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height
121 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
140 RandomViewport viewport (m_renderCtx.getRenderTarget(), m_width, m_height, deStringHash(getName()));
224 const int m_width; member in class:deqp::gles2::Functional::TextureCubeFormatCase
240 , m_width (width)
266 log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_height
270 DE_ASSERT(m_width == m_height);
272 ? new TextureCube(m_renderCtx, m_format, m_dataType, m_width) // Implicit internal format
    [all...]
es2fTextureFilteringTests.cpp 85 const int m_width; member in class:deqp::gles2::Functional::Texture2DFilteringCase
127 , m_width (width)
144 , m_width (0)
171 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height));
173 bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
174 int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
348 const int m_width; member in class:deqp::gles2::Functional::TextureCubeFilteringCase
390 , m_width (width)
407 , m_width (0)
431 DE_ASSERT(m_width == m_height)
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 78 int m_width; member in class:deqp::gles2::Accuracy::Texture2DFilteringCase
98 , m_width (width)
114 , m_width (0)
140 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height));
142 const bool mipmaps = deIsPowerOfTwo32(m_width) && deIsPowerOfTwo32(m_height);
143 const int numLevels = mipmaps ? deLog2Floor32(de::max(m_width, m_height))+1 : 1;
339 int m_width; member in class:deqp::gles2::Accuracy::TextureCubeFilteringCase
359 , m_width (width)
375 , m_width (0)
399 DE_ASSERT(m_width == m_height)
    [all...]
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BarcodeMatrix.cpp 32 m_width = width * 17;
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.h 205 int m_width; /**< Screen width */ member in class:upm::GFX
st7735.cxx 50 m_width = 128;
158 int fragmentSize = m_height * m_width * 2 / 20;
184 setAddrWindow (0, 0, m_width - 1, m_height - 1);
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 73 int m_width; member in class:deqp::gles3::Accuracy::Texture2DFilteringCase
91 , m_width (width)
106 , m_width (0)
132 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height));
134 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
328 int m_width; member in class:deqp::gles3::Accuracy::TextureCubeFilteringCase
347 , m_width (width)
363 , m_width (0)
387 DE_ASSERT(m_width == m_height);
389 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width));
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 73 m_pJbig2Context->m_width = width;

Completed in 2151 milliseconds

1 23 4 5