Searched refs:hostHandle (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/gralloc/ |
D | gralloc.cpp | 324 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat); in gralloc_alloc() 325 D("Created host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_alloc() 328 if (!cb->hostHandle) { in gralloc_alloc() 368 if (cb->hostHandle != 0) { in gralloc_free() 370 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_free() 371 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_free() 459 rcEnc->rcFBPost(rcEnc, cb->hostHandle); in fb_post() 538 if (cb->hostHandle != 0) { in gralloc_register_buffer() 540 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_register_buffer() 541 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 | 77 ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetTexture2DOES() 109 ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetRenderbufferStorageOES()
|
/device/generic/goldfish/opengl/system/GLESv2/ |
D | gl2.cpp | 77 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle); in glEGLImageTargetTexture2DOES() 107 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()
|