HomeSort by relevance Sort by last modified time
    Searched refs:drawSurf (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 257 uint32_t drawSurf, uint32_t readSurf)
264 bool ret = fb->bindContext(context, drawSurf, readSurf);
  /development/tools/emulator/opengl/system/egl/
egl.cpp 929 egl_surface_t * drawSurf = static_cast<egl_surface_t *>(draw);
930 uint32_t drawHandle = (drawSurf) ? drawSurf->getRcSurface() : 0;
    [all...]

Completed in 413 milliseconds