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
76 int format; member
214 aHardwareBufferDescription.format = androidFormat; in CreateEGLClientBufferFromAHardwareBuffer()
231 void GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, in GetANativeWindowBufferProperties() argument
238 *width = buffer->width; in GetANativeWindowBufferProperties()
239 *height = buffer->height; in GetANativeWindowBufferProperties()
240 *depth = static_cast<int>(buffer->layerCount); in GetANativeWindowBufferProperties()
241 *height = buffer->height; in GetANativeWindowBufferProperties()
242 *pixelFormat = buffer->format; in GetANativeWindowBufferProperties()
243 *usage = buffer->usage; in GetANativeWindowBufferProperties()