Home
last modified time | relevance | path

Searched refs:get_width (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_sidebar.py179 def get_width(): function
183 self.assertEqual(get_width(), 1)
187 self.assertEqual(get_width(), 1)
191 self.assertEqual(get_width(), 1)
195 self.assertEqual(get_width(), 2)
199 self.assertEqual(get_width(), 2)
203 self.assertEqual(get_width(), 2)
207 self.assertEqual(get_width(), 1)
211 self.assertEqual(get_width(), 2)
215 self.assertEqual(get_width(), 3)
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp103 m_width = configuration.get_width(); in TestConfiguration()
244 glw::GLuint size = m_test_configuration.get_width() * m_test_configuration.get_height() * in setInitData()
271 …m_test_configuration.get_width() * m_test_configuration.get_height() * m_test_configuration.get_de… in createTextures()
282 m_test_configuration.get_width(), /* width */ in createTextures()
292 m_test_configuration.get_width(), /* width */ in createTextures()
308 m_test_configuration.get_width(), /* width */ in createTextures()
323 m_test_configuration.get_width(), /* width */ in createTextures()
335 m_test_configuration.get_width(), /* width */ in createTextures()
353 m_test_configuration.get_width(), /* width */ in createTextures()
379 m_test_configuration.get_width(), m_test_configuration.get_height()); in createTextures()
[all …]
DesextcTextureBorderClampSamplingTexture.hpp90 inline glw::GLuint get_width(void) const in get_width() function in glcts::TestConfiguration
/external/harfbuzz_ng/src/
Dhb-ot-var-hvar-table.hh44 get_width ())); in sanitize()
59 unsigned int w = get_width (); in map()
76 unsigned int get_width () const { return ((format >> 4) & 3) + 1; } in get_width() function
Dhb-ot-os2-table.hh153 float get_width () const in get_width() function
/external/angle/src/libANGLE/renderer/metal/shaders/
Dgen_mipmap.metal49 ushort3 mipSize = ushort3(dstMip1.get_width(), dstMip1.get_height(), dstMip1.get_depth());
229 ushort2(srcTexture.get_width(firstMipLevel), srcTexture.get_height(firstMipLevel));
475 ushort2(srcTexture.get_width(firstMipLevel), srcTexture.get_height(firstMipLevel));
523 ushort2(srcTexture.get_width(firstMipLevel), srcTexture.get_height(firstMipLevel));
Dblit.metal70 uint2 dimens(srcTexture.get_width(), srcTexture.get_height());
Dmtl_default_shaders_src_autogen.inc357 uint2 dimens(srcTexture.get_width(), srcTexture.get_height());
956 ushort3 mipSize = ushort3(dstMip1.get_width(), dstMip1.get_height(), dstMip1.get_depth());
1136 ushort2(srcTexture.get_width(firstMipLevel), srcTexture.get_height(firstMipLevel));
1382 ushort2(srcTexture.get_width(firstMipLevel), srcTexture.get_height(firstMipLevel));
1430 ushort2(srcTexture.get_width(firstMipLevel), srcTexture.get_height(firstMipLevel));
/external/flac/src/test_libFLAC++/
Dmetadata_object.cpp1986 if(block.get_width() != 0) in test_metadata_object_picture()
1993 if(block.get_width() != 400) in test_metadata_object_picture()
/external/flac/include/FLAC++/
Dmetadata.h913 FLAC__uint32 get_width() const;
/external/flac/src/libFLAC++/
Dmetadata.cpp1204 FLAC__uint32 Picture::get_width() const in get_width() function in FLAC::Metadata::Picture
/external/selinux/python/sepolicy/sepolicy/
Dgui.py2624 width = self.boolean_column_1.get_width()