Home | History | Annotate | Download | only in egl

Lines Matching defs:native_buffer

1988         android_native_buffer_t* native_buffer = (android_native_buffer_t*)buffer;
1990 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC)
1993 if (native_buffer->common.version != sizeof(android_native_buffer_t))
1997 int format = grallocHelper->getFormat(native_buffer->handle);
2017 native_buffer->common.incRef(&native_buffer->common);
2022 image->native_buffer = native_buffer;
2056 android_native_buffer_t* native_buffer = image->native_buffer;
2058 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC)
2061 if (native_buffer->common.version != sizeof(android_native_buffer_t))
2064 native_buffer->common.decRef(&native_buffer->common);