Searched refs:hostHandle (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/gralloc/ |
D | gralloc.cpp | 320 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat); in gralloc_alloc() 321 D("Created host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_alloc() 324 if (!cb->hostHandle) { in gralloc_alloc() 364 if (cb->hostHandle != 0) { in gralloc_free() 366 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_free() 367 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_free() 455 rcEnc->rcFBPost(rcEnc, cb->hostHandle); in fb_post() 534 if (cb->hostHandle != 0) { in gralloc_register_buffer() 536 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_register_buffer() 537 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); in gralloc_register_buffer() [all …]
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
D | gralloc_cb.h | 52 hostHandle(0) in cb_handle_t() 110 uint32_t hostHandle; member
|
/device/generic/goldfish/opengl/system/GLESv1/ |
D | gl.cpp | 72 ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetTexture2DOES() 98 ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetRenderbufferStorageOES()
|
/device/generic/goldfish/opengl/system/GLESv2/ |
D | gl2.cpp | 72 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetTexture2DOES() 96 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetRenderbufferStorageOES()
|
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 279 ((cb_handle_t*)(buffer->handle))->hostHandle); in init() 326 ((cb_handle_t *)(buffer->handle))->hostHandle); in swapBuffers()
|