Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/d3d/GrD3DUtil.h"
#include "src/gpu/ganesh/GrDataUtils.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/d3d/GrD3DGpu.h"
#include "src/sksl/SkSLCompiler.h"
Go to the source code of this file.
Functions | |
bool | GrDxgiFormatIsCompressed (DXGI_FORMAT format) |
std::wstring | GrD3DMultiByteToWide (const std::string &str) |
std::wstring GrD3DMultiByteToWide | ( | const std::string & | str | ) |
Definition at line 25 of file GrD3DUtil.cpp.
bool GrDxgiFormatIsCompressed | ( | DXGI_FORMAT | format | ) |
Returns true if the format is compressed.
Definition at line 15 of file GrD3DUtil.cpp.