Lines Matching +refs:clang +refs:format +refs:buffer
30 # pragma clang diagnostic push
31 # pragma clang diagnostic ignored "-Wzero-length-array"
38 # pragma clang diagnostic pop
66 int format; member
199 aHardwareBufferDescription.format = androidFormat; in CreateEGLClientBufferFromAHardwareBuffer()
216 void GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, in GetANativeWindowBufferProperties() argument
223 *width = buffer->width; in GetANativeWindowBufferProperties()
224 *height = buffer->height; in GetANativeWindowBufferProperties()
225 *depth = static_cast<int>(buffer->layerCount); in GetANativeWindowBufferProperties()
226 *height = buffer->height; in GetANativeWindowBufferProperties()
227 *pixelFormat = buffer->format; in GetANativeWindowBufferProperties()
228 *usage = buffer->usage; in GetANativeWindowBufferProperties()