Lines Matching +refs:clang +refs:format +refs:buffer
26 # pragma clang diagnostic push
27 # pragma clang diagnostic ignored "-Wzero-length-array"
34 # pragma clang diagnostic pop
62 int format; member
195 aHardwareBufferDescription.format = androidFormat; in CreateEGLClientBufferFromAHardwareBuffer()
212 void GetANativeWindowBufferProperties(const ANativeWindowBuffer *buffer, in GetANativeWindowBufferProperties() argument
219 *width = buffer->width; in GetANativeWindowBufferProperties()
220 *height = buffer->height; in GetANativeWindowBufferProperties()
221 *depth = static_cast<int>(buffer->layerCount); in GetANativeWindowBufferProperties()
222 *height = buffer->height; in GetANativeWindowBufferProperties()
223 *pixelFormat = buffer->format; in GetANativeWindowBufferProperties()
224 *usage = buffer->usage; in GetANativeWindowBufferProperties()