Home
last modified time | relevance | path

Searched refs:dataSpace (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/ports/
H A DSkNDKConversions.cpp55 ADataSpace dataSpace; member
103 return entry.dataSpace; in toDataSpace()
110 sk_sp<SkColorSpace> toColorSpace(ADataSpace dataSpace) { in toColorSpace() argument
112 if (entry.dataSpace == dataSpace) { in toColorSpace()
H A DSkImageGeneratorNDK.cpp65 auto dataSpace = static_cast<ADataSpace>(AImageDecoderHeaderInfo_getDataSpace(headerInfo)); in get_default_colorSpace() local
66 if (auto cs = SkNDKConversions::toColorSpace(dataSpace)) { in get_default_colorSpace()
/third_party/mesa3d/include/android_stub/android/
H A Dnative_window.h199 * All buffers queued after this call will be associated with the dataSpace
202 * dataSpace specifies additional information about the buffer.
205 * measurement data instead of color images. The default dataSpace is 0,
210 * \param dataSpace data space of all buffers queued after this call.
214 int32_t ANativeWindow_setBuffersDataSpace(ANativeWindow* window, int32_t dataSpace) __INTRODUCED_IN(28);
/third_party/mesa3d/include/android_stub/system/
H A Dwindow.h817 * native_window_set_buffers_data_space(..., int dataSpace)
818 * All buffers queued after this call will be associated with the dataSpace
821 * dataSpace specifies additional information about the buffer that's dependent
825 * images. The default dataSpace is 0, HAL_DATASPACE_UNKNOWN, unless it has been
830 android_dataspace_t dataSpace) in native_window_set_buffers_data_space()
833 dataSpace); in native_window_set_buffers_data_space()
828 native_window_set_buffers_data_space( struct ANativeWindow* window, android_dataspace_t dataSpace) native_window_set_buffers_data_space() argument

Completed in 4 milliseconds