OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcCreateWindowSurface
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_ftable.h
21
{"
rcCreateWindowSurface
", (void*)
rcCreateWindowSurface
},
renderControl_client_base.h
21
rcCreateWindowSurface_client_proc_t
rcCreateWindowSurface
;
renderControl_client_context.h
23
rcCreateWindowSurface_client_proc_t
rcCreateWindowSurface
;
renderControl_client_context.cpp
23
rcCreateWindowSurface
= (rcCreateWindowSurface_client_proc_t) getProc("
rcCreateWindowSurface
", userData);
renderControl_entry.cpp
18
uint32_t
rcCreateWindowSurface
(uint32_t config, uint32_t width, uint32_t height);
121
uint32_t
rcCreateWindowSurface
(uint32_t config, uint32_t width, uint32_t height)
124
return ctx->
rcCreateWindowSurface
(ctx, config, width, height);
renderControl_enc.cpp
477
ALOGE("
rcCreateWindowSurface
: GL communication error, please report this issue to b.android.com.\n");
[
all
...]
/device/generic/opengl-transport/host/libs/virglrenderer/
RenderControl.cpp
437
static uint32_t
rcCreateWindowSurface
(void* ctx_, uint32_t config_, uint32_t width,
838
rcCreateWindowSurface_dec = ::
rcCreateWindowSurface
;
/device/generic/goldfish-opengl/system/egl/
egl.cpp
411
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uintptr_t)config,
415
ALOGE("
rcCreateWindowSurface
returned 0");
671
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uintptr_t)config,
674
ALOGE("
rcCreateWindowSurface
returned 0");
[
all
...]
Completed in 717 milliseconds