HomeSort by relevance Sort by last modified time
    Searched full:color_temp (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels_shader.c 42 unsigned color_temp; member in struct:tgsi_drawpix_transform
103 ctx->color_temp = ctx->info.file_max[TGSI_FILE_TEMPORARY] + 1;
104 tgsi_transform_temp_decl(tctx, ctx->color_temp);
143 tgsi_transform_tex_inst(tctx, TGSI_FILE_TEMPORARY, ctx->color_temp,
151 TGSI_FILE_TEMPORARY, ctx->color_temp,
153 TGSI_FILE_TEMPORARY, ctx->color_temp,
170 inst.Dst[0].Register.Index = ctx->color_temp;
174 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, X, Y, Y, Y);
182 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, Z, W, W, W);
186 /* Now, "color_temp" should be used in place of IN:COLOR0
    [all...]
  /device/lge/bullhead/
init.bullhead.rc 142 # Grant permission to modify the color_temp setting
143 chown system graphics /sys/class/graphics/fb0/color_temp
144 chmod 0664 /sys/class/graphics/fb0/color_temp
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc.cpp 257 property_get("persist.sys.debug.color_temp", value, "x");
266 int fd = open("/sys/class/graphics/fb0/color_temp", O_WRONLY);
274 ALOGE("Failed to open color_temp file with result=%d", fd);
    [all...]
  /device/lge/bullhead/sepolicy/
file_contexts 151 /sys/devices/virtual/graphics/fb0/color_temp u:object_r:sysfs_display:s0
  /packages/apps/Settings/src/com/android/settings/development/
DevelopmentSettings.java 139 private static final String COLOR_TEMPERATURE_PROPERTY = "persist.sys.debug.color_temp";
    [all...]

Completed in 1428 milliseconds