Searched refs:get_height (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampSamplingTexture.cpp | 104 m_height = configuration.get_height(); 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() 283 m_test_configuration.get_height()); /* height */ in createTextures() 293 m_test_configuration.get_height(), /* height */ in createTextures() 309 m_test_configuration.get_height(), /* height */ in createTextures() 324 m_test_configuration.get_height(), /* height */ in createTextures() 336 m_test_configuration.get_height(), /* height */ in createTextures() 354 m_test_configuration.get_height(), /* height */ in createTextures() 379 m_test_configuration.get_width(), m_test_configuration.get_height()); in createTextures() [all …]
|
D | esextcTextureBorderClampSamplingTexture.hpp | 94 inline glw::GLuint get_height(void) const in get_height() function in glcts::TestConfiguration
|
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | gen_mipmap.metal | 49 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));
|
D | blit.metal | 70 uint2 dimens(srcTexture.get_width(), srcTexture.get_height());
|
D | mtl_default_shaders_src_autogen.inc | 357 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/include/FLAC++/ |
D | metadata.h | 914 FLAC__uint32 get_height() const;
|
/external/flac/src/test_libFLAC++/ |
D | metadata_object.cpp | 1998 if(block.get_height() != 0) in test_metadata_object_picture() 2005 if(block.get_height() != 200) in test_metadata_object_picture()
|
/external/flac/src/libFLAC++/ |
D | metadata.cpp | 1210 FLAC__uint32 Picture::get_height() const in get_height() function in FLAC::Metadata::Picture
|