Home
last modified time | relevance | path

Searched refs:hostHandle (Results 1 – 5 of 5) sorted by relevance

/development/tools/emulator/opengl/system/gralloc/
Dgralloc.cpp326 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat); in gralloc_alloc()
327 D("Created host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_alloc()
330 if (!cb->hostHandle) { in gralloc_alloc()
366 if (cb->hostHandle != 0) { in gralloc_free()
368 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_free()
369 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_free()
455 rcEnc->rcFBPost(rcEnc, cb->hostHandle); in fb_post()
529 if (cb->hostHandle != 0) { in gralloc_register_buffer()
531 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_register_buffer()
532 rcEnc->rcOpenColorBuffer(rcEnc, cb->hostHandle); in gralloc_register_buffer()
[all …]
/development/tools/emulator/opengl/system/OpenglSystemCommon/
Dgralloc_cb.h51 hostHandle(0) in cb_handle_t()
104 uint32_t hostHandle; member
/development/tools/emulator/opengl/system/GLESv2/
Dgl2.cpp69 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetTexture2DOES()
90 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetRenderbufferStorageOES()
/development/tools/emulator/opengl/system/GLESv1/
Dgl.cpp70 ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetTexture2DOES()
93 ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetRenderbufferStorageOES()
/development/tools/emulator/opengl/system/egl/
Degl.cpp278 ((cb_handle_t*)(buffer->handle))->hostHandle); in init()
325 ((cb_handle_t *)(buffer->handle))->hostHandle); in swapBuffers()