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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 52 hostHandle(0)
110 uint32_t hostHandle;
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 72 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
98 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 72 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
96 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 320 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
321 D("Created host ColorBuffer 0x%x\n", cb->hostHandle);
324 if (!cb->hostHandle) {
364 if (cb->hostHandle != 0) {
366 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle);
367 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle);
455 rcEnc->rcFBPost(rcEnc, cb->hostHandle);
534 if (cb->hostHandle != 0) {
536 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle);
537 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle);
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 279 ((cb_handle_t*)(buffer->handle))->hostHandle);
326 ((cb_handle_t *)(buffer->handle))->hostHandle);
    [all...]

Completed in 72 milliseconds