HomeSort by relevance Sort by last modified time
    Searched refs:linear_format (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/display/msm8909/gralloc/
gr_utils.cpp 362 int linear_format = 0; local
364 GET_LINEAR_FORMAT, &linear_format) == 0) {
365 format = INT(linear_format);
gr_buf_mgr.cpp 746 int linear_format = 0; local
747 if (getMetaData(hnd, GET_LINEAR_FORMAT, &linear_format) == 0) {
748 if (linear_format) {
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_utils.cpp 362 int linear_format = 0; local
364 GET_LINEAR_FORMAT, &linear_format) == 0) {
365 format = INT(linear_format);
gr_buf_mgr.cpp 746 int linear_format = 0; local
747 if (getMetaData(hnd, GET_LINEAR_FORMAT, &linear_format) == 0) {
748 if (linear_format) {
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_layers.cpp 596 uint32_t linear_format = 0; local
597 if (getMetaData(handle, GET_LINEAR_FORMAT, &linear_format) == 0) {
598 layer_buffer->format = GetSDMFormat(INT32(linear_format), 0);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 365 int linear_format = 0; local
366 if (getMetaData(const_cast<private_handle_t*>(hnd), GET_LINEAR_FORMAT, &linear_format) == 0) {
367 format = linear_format;
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 503 uint32_t linear_format = 0; local
504 if (getMetaData(handle, GET_LINEAR_FORMAT, &linear_format) == 0) {
505 layer_buffer->format = GetSDMFormat(INT32(linear_format), 0);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 366 int linear_format = 0; local
367 if (getMetaData(const_cast<private_handle_t*>(hnd), GET_LINEAR_FORMAT, &linear_format) == 0) {
368 format = linear_format;
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_layers.cpp 679 uint32_t linear_format = 0; local
680 if (getMetaData(handle, GET_LINEAR_FORMAT, &linear_format) == 0) {
681 layer_buffer->format = GetSDMFormat(INT32(linear_format), 0);
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_layers.cpp 687 uint32_t linear_format = 0; local
688 if (getMetaData(handle, GET_LINEAR_FORMAT, &linear_format) == 0) {
689 layer_buffer->format = GetSDMFormat(INT32(linear_format), 0);
  /external/python/cpython3/Tools/clinic/
clinic.py 186 def linear_format(s, **kwargs): function
751 return linear_format(s, declarations=
    [all...]
clinic_test.py 157 computed = clinic.linear_format(input, **kwargs)
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.c 211 mesa_format linear_format = _mesa_get_srgb_format_linear(mt->format); local
212 const uint32_t brw_format = brw_format_for_mesa_format(linear_format);
    [all...]

Completed in 234 milliseconds