Home
last modified time | relevance | path

Searched refs:canUseAnyFunctionInShader (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLCaps.h82 bool canUseAnyFunctionInShader() const { return fCanUseAnyFunctionInShader; } in canUseAnyFunctionInShader() function
/external/skia/src/gpu/effects/
DGrTextureDomain.cpp93 if (!glslCaps->canUseAnyFunctionInShader()) { in sampleTexture()