Home | History | Annotate | Download | only in egl

Lines Matching refs: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);
1164 native_buffer->common.incRef(&native_buffer->common);
1165 return (EGLImageKHR)native_buffer;
1171 android_native_buffer_t* native_buffer = (android_native_buffer_t*)img;
1173 if (native_buffer->common.magic != ANDROID_NATIVE_BUFFER_MAGIC)
1176 if (native_buffer->common.version != sizeof(android_native_buffer_t))
1179 native_buffer->common.decRef(&native_buffer->common);