OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rccreatewindowsurface
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/system/renderControl_enc/
renderControl.in
11
GL_ENTRY(uint32_t,
rcCreateWindowSurface
, uint32_t config, uint32_t width, uint32_t height)
README
66
uint32_t
rcCreateWindowSurface
(uint32_t config, uint32_t width, uint32_t height);
/development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
186
static uint32_t
rcCreateWindowSurface
(uint32_t config,
336
dec->set_rcCreateWindowSurface(
rcCreateWindowSurface
);
/development/tools/emulator/opengl/system/egl/
egl.cpp
281
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uint32_t)config, getWidth(), getHeight());
283
LOGE("
rcCreateWindowSurface
returned 0");
404
rcSurface = rcEnc->
rcCreateWindowSurface
(rcEnc, (uint32_t)config, getWidth(), getHeight());
406
LOGE("
rcCreateWindowSurface
returned 0");
[
all
...]
Completed in 198 milliseconds