HomeSort by relevance Sort by last modified time
    Searched defs:beginFrame (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 72 status_t FramebufferSurface::beginFrame(bool /*mustRecompose*/) {
VirtualDisplaySurface.cpp 101 status_t VirtualDisplaySurface::beginFrame(bool mustRecompose) {
108 "Unexpected beginFrame() in %s state", dbgStateStr());
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 241 void EglManager::beginFrame(EGLSurface surface, EGLint* width, EGLint* height) {
243 "Tried to beginFrame on EGL_NO_SURFACE!");
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 214 status_t DisplayDevice::beginFrame(bool mustRecompose) const {
215 return mDisplaySurface->beginFrame(mustRecompose);
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 136 public void beginFrame() {

Completed in 250 milliseconds