Home
last modified time | relevance | path

Searched defs:SharedSwapState (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/cgl/
DWindowSurfaceCGL.h37 struct SharedSwapState struct
39 struct SwapTexture
47 SwapTexture textures[3];
52 pthread_mutex_t mutex;
55 SwapTexture *beingRendered;
56 SwapTexture *lastRendered;
57 SwapTexture *beingPresented;
DWindowSurfaceCGL.mm40 withFunctions:(const rx::FunctionsGL *)functions;
47 {
/external/angle/src/libANGLE/renderer/gl/eagl/
DWindowSurfaceEAGL.h40 struct SharedSwapState struct
42 struct SwapTexture
50 SwapTexture textures[3];
55 pthread_mutex_t mutex;
58 SwapTexture *beingRendered;
59 SwapTexture *lastRendered;
60 SwapTexture *beingPresented;
DWindowSurfaceEAGL.mm44 withFunctions:(const rx::FunctionsGL *)functions;
51 {