HomeSort by relevance Sort by last modified time
    Searched refs:cb_handle_t (Results 1 - 5 of 5) sorted by null

  /sdk/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h 25 #define CB_HANDLE_NUM_INTS(nfds) (int)((sizeof(cb_handle_t) - (nfds)*sizeof(int)) / sizeof(int))
30 struct cb_handle_t : public native_handle { struct in inherits:native_handle
32 cb_handle_t(int p_fd, int p_ashmemSize, int p_usage, function in struct:cb_handle_t
57 ~cb_handle_t() {
72 static bool validate(cb_handle_t * hnd) {
87 int magic; // magic number in order to validate a pointer to be a cb_handle_t
  /sdk/emulator/opengl/system/gralloc/
gralloc.cpp 90 static int map_buffer(cb_handle_t *cb, void **vaddr)
231 cb_handle_t *cb = new cb_handle_t(fd, ashmem_size, usage,
289 const cb_handle_t *cb = (const cb_handle_t *)handle;
290 if (!cb_handle_t::validate((cb_handle_t*)cb)) {
366 cb_handle_t *cb = (cb_handle_t *)buffer;
368 if (!fbdev || !cb_handle_t::validate(cb) || !cb->canBePosted())
    [all...]
  /sdk/emulator/opengl/system/GLESv1/
gl.cpp 70 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
93 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /sdk/emulator/opengl/system/GLESv2/
gl2.cpp 69 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
90 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /sdk/emulator/opengl/system/egl/
egl.cpp 279 ((cb_handle_t*)(buffer->handle))->hostHandle);
327 ((cb_handle_t *)(buffer->handle))->hostHandle);
    [all...]

Completed in 235 milliseconds