Home
last modified time | relevance | path

Searched defs:getCaps (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.h231 const gl::Caps &getCaps() const { return mState.getCaps(); } in getCaps() function
DDisplayImpl.cpp103 const egl::Caps &DisplayImpl::getCaps() const in getCaps() function in rx::DisplayImpl
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.h88 const FormatCaps &getCaps() const { return *caps; } in getCaps() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp298 const auto getCaps = [](const Json::Value& object) { in jsonToSpirv() local
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp298 const auto getCaps = [](const Json::Value& object) { in jsonToSpirv() local
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp298 const auto getCaps = [](const Json::Value& object) { in jsonToSpirv() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h520 const Caps &getCaps() const { return mState.getCaps(); } in getCaps() function
DDisplay.cpp1719 const Caps &Display::getCaps() const in getCaps() function in egl::Display
DState.h118 const Caps &getCaps() const { return mCaps; } in getCaps() function