Home
last modified time | relevance | path

Searched refs:FramebufferFetchSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/resources/sksl/glsl/
DLastFragColor.sksl1 /*#pragma settings FramebufferFetchSupport*/
/external/skia/src/sksl/
DSkSLUtil.h297 static std::unique_ptr<ShaderCaps> FramebufferFetchSupport() { in FramebufferFetchSupport() function
DSkSLMain.cpp157 static auto s_fbFetchSupport = Factory::FramebufferFetchSupport(); in detect_shader_settings()