Home
last modified time | relevance | path

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

/third_party/skia/include/private/
DGrContext_Base.h56 const std::string& getProcessName() const;
/third_party/skia/src/gpu/
DGrContext_Base.cpp54 const std::string& GrContext_Base::getProcessName() const in getProcessName() function in GrContext_Base
/third_party/jsframework/runtime/main/extend/systemplugin/napi/app/
Dcontext.js171 getProcessName: function (...args) { method
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp374 …if (gpu()->getContext()->getProcessName() == "render_service" && fProgramInfo.pipeline().checkAFRe… in finalize()
/third_party/jsframework/runtime/main/extend/systemplugin/
Dability.js647 getProcessName: function (...args) { method
/third_party/libabigail/tests/lib/
Dcatch.hpp5332 std::string getProcessName() const;
9988 std::string Config::getProcessName() const { return m_data.processName; } in getProcessName() function in Catch::Config