HomeSort by relevance Sort by last modified time
    Searched defs:uniName (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLGeometryProcessor.cpp 47 const char* uniName;
54 &uniName).toIndex();
65 vb->codeAppendf("%s = (%s * vec3(%s, 1)).xy;", v.vsOut(), uniName, localCoords);
67 vb->codeAppendf("%s = %s * vec3(%s, 1);", v.vsOut(), uniName, localCoords);
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 293 const string uniName = "uni" + de::toString(uniformNdx);
319 vertDecl << "uniform " << (layoutInVert ? layout : "") << glu::declare(uniformInfo.type, uniName) << ";\n";
322 fragDecl << "uniform " << (layoutInFrag ? layout : "") << glu::declare(uniformInfo.type, uniName) << ";\n";
335 vertMain << " v_color.rgb *= verify(float( texture(" << uniName
339 fragMain << " o_color.rgb *= verify(float( texture(" << uniName
346 vertMain << " v_color.rgb *= verify(float(" << uniName
350 fragMain << " o_color.rgb *= verify(float(" << uniName
    [all...]
  /external/skia/src/gpu/effects/
GrYUVEffect.cpp 242 const char* uniName;
248 "RGBToYUV", 3, &uniName);
253 args.fOutputColor, uniName, uniName, uniName, uniName,
254 uniName, uniName);
260 "RGBToUV", 2, &uniName);
265 args.fOutputColor, uniName, uniName, uniName, uniName)
    [all...]

Completed in 88 milliseconds