OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rcdestroywindowsurface
(Results
1 - 11
of
11
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
22
{"
rcDestroyWindowSurface
", (void*)
rcDestroyWindowSurface
},
renderControl_client_context.h
22
rcDestroyWindowSurface_client_proc_t
rcDestroyWindowSurface
;
renderControl_client_context.cpp
24
rcDestroyWindowSurface
= (rcDestroyWindowSurface_client_proc_t) getProc("
rcDestroyWindowSurface
", userData);
renderControl_entry.cpp
20
void
rcDestroyWindowSurface
(uint32_t windowSurface);
110
void
rcDestroyWindowSurface
(uint32_t windowSurface)
113
ctx->
rcDestroyWindowSurface
(ctx, windowSurface);
renderControl.in
12
GL_ENTRY(void,
rcDestroyWindowSurface
, uint32_t windowSurface)
README
71
void
rcDestroyWindowSurface
(uint32_t windowSurface);
renderControl_enc.cpp
546
this->
rcDestroyWindowSurface
= &rcDestroyWindowSurface_enc;
/sdk/emulator/opengl/host/libs/renderControl_dec/
renderControl.in
12
GL_ENTRY(void,
rcDestroyWindowSurface
, uint32_t windowSurface)
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
197
static void
rcDestroyWindowSurface
(uint32_t windowSurface)
355
dec->set_rcDestroyWindowSurface(
rcDestroyWindowSurface
);
/device/generic/goldfish/opengl/system/egl/
egl.cpp
300
rcEnc->
rcDestroyWindowSurface
(rcEnc, rcSurface);
367
if (rcSurface) rcEnc->
rcDestroyWindowSurface
(rcEnc, rcSurface);
[
all
...]
/prebuilts/android-emulator/linux-x86_64/lib/
libOpenglRender.so
Completed in 348 milliseconds