Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp502 class WinPixelFormat : public EglOS::PixelFormat { class
504 WinPixelFormat(const PIXELFORMATDESCRIPTOR* desc, int configId) in WinPixelFormat() function in __anonb70991b00111::WinPixelFormat
508 return new WinPixelFormat(&mDesc, mConfigId); in clone()
514 static const WinPixelFormat* from(const EglOS::PixelFormat* f) { in from()
515 return static_cast<const WinPixelFormat*>(f); in from()
519 WinPixelFormat(const WinPixelFormat& other) = delete;
688 void setNontrivialDC(const WinPixelFormat* format) { in setNontrivialDC()
695 HDC getDummyDC(const WinPixelFormat* format) { in getDummyDC()
709 ConfigDC(const WinPixelFormat* format, in ConfigDC()
775 HDC getInternalDC(const WinPixelFormat* format) { in getInternalDC()
[all …]