Lines Matching refs:name
50 supported at this time. The actual uniform name will be mangled. If outName is not nullptr
51 then it will refer to the final uniform name after return. Use the addUniformArray variant
56 const char* name,
59 return this->addUniformArray(owner, visibility, type, name, 0, outName);
65 const char* name,
69 bool mangle = strncmp(name, GR_NO_MANGLE_PREFIX, strlen(GR_NO_MANGLE_PREFIX));
70 return this->internalAddUniformArray(owner, visibility, type, name, mangle, arrayCount,
114 const char* name, const GrShaderCaps*) = 0;
116 virtual SamplerHandle addInputSampler(const GrSwizzle& swizzle, const char* name) {
124 const char* name,