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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLutils.h 39 unsigned int ToTargetCompatibleHandle(uintptr_t hostHandle)
46 unsigned int targetHandle = (unsigned int)hostHandle;
47 assert(sizeof(targetHandle) == sizeof(hostHandle) || targetHandle == hostHandle);
  /sdk/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h 50 hostHandle(0)
102 uint32_t hostHandle;
  /sdk/emulator/opengl/system/gralloc/
gralloc.cpp 255 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
256 D("Created host ColorBuffer 0x%x\n", cb->hostHandle);
259 if (!cb->hostHandle) {
295 if (cb->hostHandle != 0) {
297 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle);
298 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle);
384 rcEnc->rcFBPost(rcEnc, cb->hostHandle);
458 if (cb->hostHandle != 0) {
460 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle);
461 rcEnc->rcOpenColorBuffer(rcEnc, cb->hostHandle);
    [all...]
  /sdk/emulator/opengl/system/GLESv1/
gl.cpp 70 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
93 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /sdk/emulator/opengl/system/GLESv2/
gl2.cpp 69 rcEnc->rcBindTexture(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
90 rcEnc->rcBindRenderbuffer(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /sdk/emulator/opengl/system/egl/
egl.cpp 279 ((cb_handle_t*)(buffer->handle))->hostHandle);
327 ((cb_handle_t *)(buffer->handle))->hostHandle);
    [all...]

Completed in 221 milliseconds