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

  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 29 mFlipState = NULL;
74 if (mFlipState)
76 mFlipState->Release();
77 mFlipState = NULL;
224 if (mFlipState == NULL)
240 // mFlipState will record the state for the swap operation.
246 hr = device->EndStateBlock(&mFlipState);
251 mFlipState = NULL;
257 hr = mFlipState->Apply();
265 hr = mFlipState->Apply()
    [all...]
Surface.h 65 IDirect3DStateBlock9 *mFlipState;

Completed in 226 milliseconds