OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcCreateWindowSurface
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
21
{"
rcCreateWindowSurface
", (void*)
rcCreateWindowSurface
},
renderControl_client_context.h
21
rcCreateWindowSurface_client_proc_t
rcCreateWindowSurface
;
renderControl_client_context.cpp
23
rcCreateWindowSurface
= (rcCreateWindowSurface_client_proc_t) getProc("
rcCreateWindowSurface
", userData);
renderControl_entry.cpp
19
uint32_t
rcCreateWindowSurface
(uint32_t config, uint32_t width, uint32_t height);
104
uint32_t
rcCreateWindowSurface
(uint32_t config, uint32_t width, uint32_t height)
107
return ctx->
rcCreateWindowSurface
(ctx, config, width, height);
renderControl_enc.cpp
545
this->
rcCreateWindowSurface
= &rcCreateWindowSurface_enc;
/device/generic/goldfish/opengl/system/egl/
egl.cpp
274
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uintptr_t)config,
277
ALOGE("
rcCreateWindowSurface
returned 0");
377
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uintptr_t)config,
380
ALOGE("
rcCreateWindowSurface
returned 0");
[
all
...]
Completed in 29 milliseconds