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);
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 52 hostHandle(0)
106 uint32_t hostHandle;
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 70 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
93 ((cb_handle_t *)(native_buffer->handle))->hostHandle);
  /device/generic/goldfish/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);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 338 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
339 D("Created host ColorBuffer 0x%x\n", cb->hostHandle);
342 if (!cb->hostHandle) {
382 if (cb->hostHandle != 0) {
384 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle);
385 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle);
471 rcEnc->rcFBPost(rcEnc, cb->hostHandle);
545 if (cb->hostHandle != 0) {
547 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle);
548 rcEnc->rcOpenColorBuffer(rcEnc, cb->hostHandle);
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 278 ((cb_handle_t*)(buffer->handle))->hostHandle);
325 ((cb_handle_t *)(buffer->handle))->hostHandle);
    [all...]

Completed in 2323 milliseconds