OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rcdestroywindowsurface
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/system/renderControl_enc/
renderControl.in
12
GL_ENTRY(void,
rcDestroyWindowSurface
, uint32_t windowSurface)
README
71
void
rcDestroyWindowSurface
(uint32_t windowSurface);
/development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
197
static void
rcDestroyWindowSurface
(uint32_t windowSurface)
337
dec->set_rcDestroyWindowSurface(
rcDestroyWindowSurface
);
/development/tools/emulator/opengl/system/egl/
egl.cpp
298
rcEnc->
rcDestroyWindowSurface
(rcEnc, rcSurface);
427
rcEnc->
rcDestroyWindowSurface
(rcEnc, rcSurface);
[
all
...]
Completed in 43 milliseconds