Lines Matching defs:native_buffer
1141 android_native_buffer_t* native_buffer = (android_native_buffer_t*)buffer;
1143 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC)
1146 if (native_buffer->common.version != sizeof(android_native_buffer_t))
1149 cb_handle_t *cb = (cb_handle_t *)(native_buffer->handle);
1162 native_buffer->common.incRef(&native_buffer->common);
1163 return (EGLImageKHR)native_buffer;
1169 android_native_buffer_t* native_buffer = (android_native_buffer_t*)img;
1171 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC)
1174 if (native_buffer->common.version != sizeof(android_native_buffer_t))
1177 native_buffer->common.decRef(&native_buffer->common);