Home
last modified time | relevance | path

Searched defs:cb_handle_t (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Dgralloc_cb.h40 struct cb_handle_t : public native_handle { struct
42 cb_handle_t(int p_fd, int p_ashmemSize, int p_usage, in cb_handle_t() function
73 ~cb_handle_t() { in ~cb_handle_t() argument
93 static bool validate(const cb_handle_t* hnd) { in validate() argument
109 int magic; // magic number in order to validate a pointer to be a cb_handle_t argument
110 int usage; // usage bits the buffer was created with
111 int width; // buffer width
112 int height; // buffer height
113 int frameworkFormat; // format requested by the Android framework
114 int format; // real internal pixel format format
[all …]