Searched refs:GlesImplementation (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | wgl_state.h | 32 namespace GlesImplementation { namespace 34 } // namespace GlesImplementation 56 bool GetSurfaceInformation(HDC surface, GlesImplementation::SurfaceInfo& res) const; 60 bool GetInformation(HDC surface, int32_t configId, GlesImplementation::SurfaceInfo& res) const;
|
H A D | egl_state.h | 32 namespace GlesImplementation { namespace 34 } // namespace GlesImplementation 61 const DevicePlatformDataGLES& plat, EGLSurface surface, GlesImplementation::SurfaceInfo& res) const;
|
H A D | surface_information.h | 25 namespace GlesImplementation { namespace 35 } // namespace GlesImplementation
|
H A D | swapchain_gles.cpp | 147 GlesImplementation::SurfaceInfo ExtractInfo(DeviceGLES& device, const uint64_t surfaceHandle) noexcept 149 GlesImplementation::SurfaceInfo info; 285 GlesImplementation::SurfaceInfo info = ExtractInfo(device_, plat_.surface); in SwapchainGLES()
|
H A D | wgl_state.cpp | 313 bool WGLState::GetInformation(HDC surface, int32_t configId, GlesImplementation::SurfaceInfo& res) const in GetInformation() 363 bool WGLState::GetSurfaceInformation(HDC surface, GlesImplementation::SurfaceInfo& res) const in GetSurfaceInformation()
|
H A D | egl_state.cpp | 986 const DevicePlatformDataGLES& plat, EGLSurface surface, GlesImplementation::SurfaceInfo& res) const in GetSurfaceInformation()
|
Completed in 4 milliseconds