OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcCreateWindowSurface
(Results
1 - 5
of
5
) 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
;
47
virtual rcCreateWindowSurface_client_proc_t set_rcCreateWindowSurface(rcCreateWindowSurface_client_proc_t f) { rcCreateWindowSurface_client_proc_t retval =
rcCreateWindowSurface
;
rcCreateWindowSurface
= f; return retval;}
renderControl_entry.cpp
19
uint32_t
rcCreateWindowSurface
(uint32_t config, uint32_t width, uint32_t height);
103
uint32_t
rcCreateWindowSurface
(uint32_t config, uint32_t width, uint32_t height)
106
return ctx->
rcCreateWindowSurface
(ctx, config, width, height);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
186
static uint32_t
rcCreateWindowSurface
(uint32_t config,
345
dec->set_rcCreateWindowSurface(
rcCreateWindowSurface
);
/device/generic/goldfish/opengl/system/egl/
egl.cpp
271
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uint32_t)config,
274
ALOGE("
rcCreateWindowSurface
returned 0");
374
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uint32_t)config,
377
ALOGE("
rcCreateWindowSurface
returned 0");
[
all
...]
Completed in 30 milliseconds