Searched refs:get_height (Results 1 – 9 of 9) 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/libxcam/modules/soft/ |
D | soft_geo_tasks_priv.cpp | 46 …Float2 out_center ((out_luma->get_width () - 1.0f ) / 2.0f, (out_luma->get_height () - 1.0f ) / 2.… in work_range() 47 Float2 lut_center ((lut->get_width () - 1.0f) / 2.0f, (lut->get_height () - 1.0f) / 2.0f); in work_range() 54 (in_pos[first].y >= image->get_height ()) || \ in work_range()
|
D | soft_geo_mapper.cpp | 97 auto_calculate_factors (_lookup_table->get_width (), _lookup_table->get_height ()); in configure_resource() 138 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_remap_task()
|
D | soft_blender.cpp | 131 snprintf (file_name, 256, "%s-%dx%d.soft", name, image->get_width(), image->get_height()); in dump_soft() 133 …printf (file_name, 256, "%s-L%d-%dx%d.soft", name, level, image->get_width(), image->get_height()); in dump_soft() 313 WorkSize size ((args->out_luma->get_width () + 1) / 2, (args->out_luma->get_height () + 1) / 2); in scale_down_masks() 369 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_scaler() 419 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_lap_task() 483 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_blend_task() 540 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_reconstruct_task()
|
D | soft_image.h | 79 uint32_t get_height () const { in get_height() function 323 uint32_t height = buf->get_height (); in read_buf() 348 uint32_t height = buf->get_height (); in write_buf()
|
/external/libxcam/tests/ |
D | test-soft-image.cpp | 94 uint32_t get_height () const { in get_height() function in SoftElement 444 elements[idx]->get_width () && elements[idx]->get_height (), in check_element() 447 idx, elements[idx]->get_width (), elements[idx]->get_height ()); in check_element() 469 …BowlModel bowl_model (stitcher->get_bowl_config (), outs[0]->get_width (), outs[0]->get_height ()); in run_topview() 471 outs[1]->get_width (), outs[1]->get_height ()); in run_topview()
|
/external/libxcam/xcore/ |
D | xcam_analyzer.h | 96 uint32_t get_height () const { in get_height() function
|
D | dynamic_analyzer.cpp | 131 uint32_t height = get_height (); in configure_3a()
|