OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcCreateWindowSurface
(Results
1 - 7
of
7
) 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;
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
186
static uint32_t
rcCreateWindowSurface
(uint32_t config,
354
dec->set_rcCreateWindowSurface(
rcCreateWindowSurface
);
/device/generic/goldfish/opengl/system/egl/
egl.cpp
272
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uintptr_t)config,
275
ALOGE("
rcCreateWindowSurface
returned 0");
375
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uintptr_t)config,
378
ALOGE("
rcCreateWindowSurface
returned 0");
[
all
...]
Completed in 465 milliseconds