Searched defs:cb_handle_t (Results 1 – 1 of 1) sorted by relevance
30 struct cb_handle_t : public native_handle { struct32 cb_handle_t(int p_fd, int p_ashmemSize, int p_usage, in cb_handle_t() function58 ~cb_handle_t() { in ~cb_handle_t() argument73 static bool validate(cb_handle_t * hnd) { in validate() argument88 int magic; // magic number in order to validate a pointer to be a cb_handle_t argument89 int usage; // usage bits the buffer was created with90 int width; // buffer width91 int height; // buffer height92 int format; // real internal pixel format format93 int glFormat; // OpenGL format enum used for host h/w color buffer[all …]