Home
last modified time | relevance | path

Searched refs:isDeclared (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h319 bool isDeclared() const;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp578 bool WorkGroupSize::isDeclared() const in isDeclared() function in sh::WorkGroupSize
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp486 if (mState.mLocalSize.isDeclared()) in resolveCompile()
DProgram.cpp3303 if (!mState.mComputeShaderLocalSize.isDeclared()) in linkValidateShaders()