OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
328
cb->
hostHandle
= rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
329
D("Created host ColorBuffer 0x%x\n", cb->
hostHandle
);
332
if (!cb->
hostHandle
) {
372
if (cb->
hostHandle
!= 0) {
374
D("Closing host ColorBuffer 0x%x\n", cb->
hostHandle
);
375
rcEnc->rcCloseColorBuffer(rcEnc, cb->
hostHandle
);
461
rcEnc->rcFBPost(rcEnc, cb->
hostHandle
);
535
if (cb->
hostHandle
!= 0) {
537
D("Opening host ColorBuffer 0x%x\n", cb->
hostHandle
);
538
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 94 milliseconds