/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | rgba_inverse_tonemap.inl | 46 …"vec3 rgb = rgb_premulalpha.rgb/rgb_premulalpha.a; … 48 …"vec3 adj = ScaleOffset(rgb.xyz, xSO); … 53 …"float r = rgb.r; … 54 …"float g = rgb.g; … 55 …"float b = rgb.b; … 57 …"fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb * rgb_premulalpha.a; …
|
D | forward_tonemap.inl | 43 "vec4 rgb = texture(externalTexture, flipped); \n" 45 "vec3 adj = ScaleOffset(rgb.xyz, xSO); \n" 50 "float r = rgb.r; \n" 51 "float g = rgb.g; \n" 52 "float b = rgb.b; \n" 54 "fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb; \n"
|
/hardware/qcom/sdm845/display/gpu_tonemapper/ |
D | rgba_inverse_tonemap.inl | 46 …"vec3 rgb = rgb_premulalpha.rgb/rgb_premulalpha.a; … 48 …"vec3 adj = ScaleOffset(rgb.xyz, xSO); … 53 …"float r = rgb.r; … 54 …"float g = rgb.g; … 55 …"float b = rgb.b; … 57 …"fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb * rgb_premulalpha.a; …
|
D | forward_tonemap.inl | 43 "vec4 rgb = texture(externalTexture, flipped); \n" 45 "vec3 adj = ScaleOffset(rgb.xyz, xSO); \n" 50 "float r = rgb.r; \n" 51 "float g = rgb.g; \n" 52 "float b = rgb.b; \n" 54 "fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb; \n"
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | rgba_inverse_tonemap.inl | 46 …"vec3 rgb = rgb_premulalpha.rgb/rgb_premulalpha.a; … 48 …"vec3 adj = ScaleOffset(rgb.xyz, xSO); … 53 …"float r = rgb.r; … 54 …"float g = rgb.g; … 55 …"float b = rgb.b; … 57 …"fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb * rgb_premulalpha.a; …
|
D | forward_tonemap.inl | 43 "vec4 rgb = texture(externalTexture, flipped); \n" 45 "vec3 adj = ScaleOffset(rgb.xyz, xSO); \n" 50 "float r = rgb.r; \n" 51 "float g = rgb.g; \n" 52 "float b = rgb.b; \n" 54 "fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb; \n"
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | rgba_inverse_tonemap.inl | 46 …"vec3 rgb = rgb_premulalpha.rgb/rgb_premulalpha.a; … 48 …"vec3 adj = ScaleOffset(rgb.xyz, xSO); … 53 …"float r = rgb.r; … 54 …"float g = rgb.g; … 55 …"float b = rgb.b; … 57 …"fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb * rgb_premulalpha.a; …
|
D | forward_tonemap.inl | 43 "vec4 rgb = texture(externalTexture, flipped); \n" 45 "vec3 adj = ScaleOffset(rgb.xyz, xSO); \n" 50 "float r = rgb.r; \n" 51 "float g = rgb.g; \n" 52 "float b = rgb.b; \n" 54 "fs_color.rgb = texture(tonemapper, ScaleOffset(vec3(r, g, b), tSO)).rgb; \n"
|
/hardware/qcom/display/msm8960/liblight/ |
D | lights.c | 146 int rgb; in set_speaker_light_locked() local 193 rgb = is_avail(RED_LED_FILE) && is_avail(GREEN_LED_FILE) && is_avail(BLUE_LED_FILE); in set_speaker_light_locked() 199 sprintf(lock_update_file, LED_LOCK_UPDATE_FILE, rgb ? "red" : "white"); in set_speaker_light_locked() 200 sprintf(freq_file, LED_FREQ_FILE, rgb ? "red" : "white"); in set_speaker_light_locked() 201 sprintf(pwm_file, LED_PWM_FILE, rgb ? "red" : "white"); in set_speaker_light_locked() 202 sprintf(blink_file, LED_BLINK_FILE, rgb ? "red" : "white"); in set_speaker_light_locked() 206 if (rgb) { in set_speaker_light_locked()
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 385 jpeg_buffer_init(&p_output_buffers.data.rgb.rgb_buf); in decoder_test() 588 jpeg_buffer_get_addr(p_thread_arg->p_whole_output_buf->data.rgb.rgb_buf, &whole_output_buf_ptr); in decoder_output_handler() 589 jpeg_buffer_get_addr(p_output_buffer->data.rgb.rgb_buf, &tiling_buf_ptr); in decoder_output_handler()
|
/hardware/qcom/sdm845/display/sdm/include/private/ |
D | color_params.h | 323 uint32_t rgb = 0; member 343 uint32_t rgb = 0; member
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | color_params.h | 224 uint32_t rgb = 0; member
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_color_manager_drm.cpp | 263 mdp_pcc_coeffs->rgb = sde_pcc_coeffs->rgb; in GetDrmPCC()
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
D | color_params.h | 322 uint32_t rgb = 0; member
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
D | color_params.h | 318 uint32_t rgb = 0; member
|
/hardware/qcom/display/msm8909/sdm/include/private/ |
D | color_params.h | 323 uint32_t rgb = 0; member
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_display.cpp | 283 auto rgb_ratio = [=](int rgb, float c2, float c1, float c0) { in CalculateRGBRatio() argument 284 return ((c2 * rgb * rgb + c1 * rgb + c0) / kCompensatedMaxRGB); in CalculateRGBRatio()
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_mdp.h | 686 uint32_t c, r, g, b, rg, gb, rb, rgb; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_mdp.h | 701 uint32_t c, r, g, b, rg, gb, rb, rgb; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_mdp.h | 650 uint32_t c, r, g, b, rg, gb, rb, rgb; member
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
D | msm_mdp.h | 649 uint32_t c, r, g, b, rg, gb, rb, rgb; member
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
D | msm_mdp.h | 552 uint32_t c, r, g, b, rg, gb, rb, rgb; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_mdp.h | 664 uint32_t c, r, g, b, rg, gb, rb, rgb; member
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 1023 * out.rgb = in.rgb * planeAlpha
|