/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | transform.inl | 19 GLM_FUNC_QUALIFIER tmat4x4<T, P> scale(tvec3<T, P> const & v) function
|
D | transform2.inl | 110 GLM_FUNC_QUALIFIER tmat4x4<T, P> scaleBias(T scale, T bias) 121 GLM_FUNC_QUALIFIER tmat4x4<T, P> scaleBias(tmat4x4<T, P> const& m, T scale, T bias) argument
|
D | matrix_transform_2d.inl | 38 GLM_FUNC_QUALIFIER tmat3x3<T, P> scale( function
|
D | matrix_decompose.inl | 19 GLM_FUNC_QUALIFIER tvec3<T, P> scale(tvec3<T, P> const& v, T desiredLength) function
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_color_quantize.cpp | 112 float scale = 1.0f / 257.0f; in quantize_rgb() local 173 float scale = 1.0f / 257.0f; in quantize_rgba() local 202 float scale = 1.0f / 257.0f; in try_quantize_rgb_blue_contract() local 277 float scale = 1.0f / 257.0f; in try_quantize_rgba_blue_contract() local 308 float scale = 1.0f / 257.0f; in try_quantize_rgb_delta() local 422 float scale = 1.0f / 257.0f; in try_quantize_rgb_delta_blue_contract() local 563 float scale = 1.0f / 257.0f; in try_quantize_alpha_delta() local 633 float scale = 1.0f / 257.0f; in try_quantize_luminance_alpha_delta() local 792 float scale = 1.0f / 257.0f; in quantize_rgbs() local 833 float scale = 1.0f / 257.0f; in quantize_rgbs_alpha() local [all …]
|
D | astcenc_color_unquantize.cpp | 218 uint8_t scale = unquant_color(quant_level, scaleq); in rgb_scale_alpha_unpack() local 246 int scale = unquant_color(quant_level, scaleq); in rgb_scale_unpack() local 410 int scale = v3 & 0x1F; in hdr_rgbo_unpack() local 902 uint8_t scale = input[3]; in unpack_color_endpoints() local
|
D | astcenc_ideal_endpoints_and_weights.cpp | 171 float scale = 1.0f / length; in compute_ideal_colors_and_weights_1_comp() local 303 float scale = 1.0f / length; in compute_ideal_colors_and_weights_2_comp() local 452 float scale = 1.0f / length; in compute_ideal_colors_and_weights_3_comp() local 574 float scale = 1.0f / length; in compute_ideal_colors_and_weights_4_comp() local 963 vfloat scale = weight_error_scale * contrib_weight; in compute_ideal_weights_for_decimation() local 1011 float scale = 1.0f / rscale; in compute_quantized_weights_for_decimation() local 1264 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_1plane() local 1493 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_2planes() local
|
D | astcenc_integer_sequence.cpp | 389 uint8_t scale; member
|
D | astcenc_find_best_partitioning.cpp | 240 float scale = 1.0f / static_cast<float>(partition_texel_count[i]); in kmeans_update() local
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 249 float scale; in inv_read_q16() local 270 static short scale, offset; in inv_read_temp_q16() local
|
D | inv_sysfs_utils.h | 34 const char *scale; //Gyro scale member
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 255 float scale; in inv_read_q16() local 276 static short scale, offset; in inv_read_temp_q16() local
|
D | inv_sysfs_utils.h | 40 const char *scale; //Gyro scale member
|
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 391 GLfloat scale[2]; in drawImpl() local
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidParser.cpp | 243 double scale; in convertGroupToPacket() local
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | and_constructor.c | 73 float scale = 2.f; in inv_constructor_setup() local
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ReadbackVts.cpp | 91 const mat4 scale = mat4::scale(vec4(mTransform & Transform::FLIP_H ? -1.0f : 1.0f, in toRenderEngineLayerSettings() local
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalHapticGeneratorTargetTest.cpp | 388 for (HapticGenerator::VibratorScale scale : kScaleValues) { in TEST_P() local
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | iio_utils.h | 70 float scale; member
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | iio_utils.h | 72 float scale; member
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | iio_utils.h | 72 float scale; member
|
/hardware/interfaces/graphics/composer/aidl/libhwc_aidl_test/ |
D | Readback.cpp | 100 const ::android::mat4 scale = ::android::mat4::scale(::android::vec4( in toRenderEngineLayerSettings() local
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 191 float scale = effect.scale; in performVendorEffect() local
|
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorTargetTest.cpp | 399 float scale = 0.0f; in TEST_P() local 443 float scale = 0.5f; in TEST_P() local
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | matrix_transform.inl | 79 GLM_FUNC_QUALIFIER tmat4x4<T, P> scale(tmat4x4<T, P> const & m, tvec3<T, P> const & v) function
|