Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h61 int ChoosePixelFormat(HDC dc, const BASE_NS::vector<int>& inattributes);
H A Dwgl_state.cpp159 SetPixelFormat(dummyhDC, ChoosePixelFormat(dummyhDC, &pfd), &pfd); in DoDummy()
397 int WGLState::ChoosePixelFormat(HDC dc, const vector<int>& attributes) in ChoosePixelFormat() function in WGLHelpers::WGLState
482 const int pixelFormat = ChoosePixelFormat(plat_.display, attributes); in CreateContext()