OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawSurf
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
248
uint32_t
drawSurf
, uint32_t readSurf)
255
bool ret = fb->bindContext(context,
drawSurf
, readSurf);
/development/tools/emulator/opengl/system/egl/
egl.cpp
961
egl_surface_t *
drawSurf
= static_cast<egl_surface_t *>(draw);
962
uint32_t drawHandle = (
drawSurf
) ?
drawSurf
->getRcSurface() : 0;
1048
if (
drawSurf
)
1049
drawSurf
->connect();
[
all
...]
Completed in 72 milliseconds