Home
last modified time | relevance | path

Searched refs:MacPixelFormat (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_darwin.cpp107 class MacPixelFormat : public EglOS::PixelFormat { class
109 MacPixelFormat(int handle, int redSize, int greenSize, int blueSize) : in MacPixelFormat() function in __anon19379e4b0111::MacPixelFormat
116 return new MacPixelFormat(mHandle, mRedSize, mGreenSize, mBlueSize); in clone()
124 static const MacPixelFormat* from(const EglOS::PixelFormat* f) { in from()
125 return static_cast<const MacPixelFormat*>(f); in from()
129 MacPixelFormat();
130 MacPixelFormat(const MacPixelFormat& other);
183 info.frmt = new MacPixelFormat( in pixelFormatToConfig()
246 const MacPixelFormat* format = MacPixelFormat::from(pixelFormat); in checkWindowPixelFormatMatch()
268 MacPixelFormat::from(pixelFormat)->handle()); in createContext()
[all …]