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.h32 struct SharedSwapState struct
34 struct SwapTexture
42 SwapTexture textures[3];
47 pthread_mutex_t mutex;
50 SwapTexture *beingRendered;
51 SwapTexture *lastRendered;
52 SwapTexture *beingPresented;
DWindowSurfaceCGL.mm38 withFunctions:(const rx::FunctionsGL *)functions;
45 {
/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.mm47 withFunctions:(const rx::FunctionsGL *)functions;
54 {