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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 257 uint32_t drawSurf, uint32_t readSurf)
264 bool ret = fb->bindContext(context, drawSurf, readSurf);
  /sdk/emulator/opengl/system/egl/
egl.cpp 932 egl_surface_t * readSurf = static_cast<egl_surface_t *>(read);
933 uint32_t readHandle = (readSurf) ? readSurf->getRcSurface() : 0;
    [all...]

Completed in 29 milliseconds