Lines Matching refs:dataSpace
457 static android_dataspace modifyBufferDataspace(android_dataspace dataSpace, in modifyBufferDataspace() argument
472 return dataSpace; in modifyBufferDataspace()
530 android_dataspace& dataSpace) { in getColorSpaceAttribute() argument
532 dataSpace = HAL_DATASPACE_UNKNOWN; in getColorSpaceAttribute()
596 dataSpace = modifyBufferDataspace(dataSpace, colorSpace); in getColorSpaceAttribute()
604 EGLint& colorSpace, android_dataspace& dataSpace) { in getColorSpaceAttribute() argument
605 return getColorSpaceAttribute(dp, NULL, attrib_list, colorSpace, dataSpace); in getColorSpaceAttribute()
701 android_dataspace dataSpace; in eglCreateWindowSurface() local
702 if (!getColorSpaceAttribute(dp, window, attrib_list, colorSpace, dataSpace)) { in eglCreateWindowSurface()
724 if (dataSpace != 0) { in eglCreateWindowSurface()
725 int err = native_window_set_buffers_data_space(window, dataSpace); in eglCreateWindowSurface()
763 android_dataspace dataSpace; in eglCreatePixmapSurface() local
766 if (!getColorSpaceAttribute(dp, attrib_list, colorSpace, dataSpace)) { in eglCreatePixmapSurface()
795 android_dataspace dataSpace; in eglCreatePbufferSurface() local
796 if (!getColorSpaceAttribute(dp, attrib_list, colorSpace, dataSpace)) { in eglCreatePbufferSurface()
1929 android_dataspace dataSpace = HAL_DATASPACE_UNKNOWN; in eglCreateStreamProducerSurfaceKHR() local
1933 if (!getColorSpaceAttribute(dp, attrib_list, colorSpace, dataSpace)) { in eglCreateStreamProducerSurfaceKHR()