Searched refs:hostHandle (Results 1 – 5 of 5) sorted by relevance
/development/tools/emulator/opengl/system/gralloc/ |
D | gralloc.cpp | 326 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/ |
D | gralloc_cb.h | 51 hostHandle(0) in cb_handle_t() 104 uint32_t hostHandle; member
|
/development/tools/emulator/opengl/system/GLESv2/ |
D | gl2.cpp | 69 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/ |
D | gl.cpp | 70 ((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/ |
D | egl.cpp | 278 ((cb_handle_t*)(buffer->handle))->hostHandle); in init() 325 ((cb_handle_t *)(buffer->handle))->hostHandle); in swapBuffers()
|