Home | History | Annotate | Download | only in EGL

Lines Matching refs:dataSpace

429 // the modification isn't possible, the original dataSpace is returned.
430 static android_dataspace modifyBufferDataspace( android_dataspace dataSpace,
437 return dataSpace;
467 android_dataspace dataSpace = HAL_DATASPACE_UNKNOWN;
493 dataSpace = modifyBufferDataspace(dataSpace, *(attr+1));
517 if (dataSpace != 0) {
518 int err = native_window_set_buffers_data_space(window, dataSpace);
520 ALOGE("error setting native window pixel dataSpace: %s (%d)",