Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.cpp74 const char* uniName; in emitTransforms() local
78 &uniName).toIndex(); in emitTransforms()
92 vb->codeAppendf("%s = (%s * %s).xy;", v.vsOut(), uniName, localCoords.c_str()); in emitTransforms()
94 vb->codeAppendf("%s = %s * %s;", v.vsOut(), uniName, localCoords.c_str()); in emitTransforms()
/third_party/flutter/skia/src/gpu/effects/
DGrTextureDomain.cpp96 SkString uniName("TexDom"); in sampleTexture() local
98 uniName.appendS32(textureDomain.fIndex); in sampleTexture()
101 uniName.c_str(), &name); in sampleTexture()
109 SkString uniName("DecalParams"); in sampleTexture() local
111 uniName.appendS32(textureDomain.fIndex); in sampleTexture()
115 uniName.c_str(), &name); in sampleTexture()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fUniformLocationTests.cpp294 const string uniName = "uni" + de::toString(uniformNdx); in genShaderSources() local
320 …vertDecl << "uniform " << (layoutInVert ? layout : "") << glu::declare(uniformInfo.type, uniName) … in genShaderSources()
323 …fragDecl << "uniform " << (layoutInFrag ? layout : "") << glu::declare(uniformInfo.type, uniName) … in genShaderSources()
336 vertMain << " v_color.rgb *= verify(float( texture(" << uniName in genShaderSources()
340 fragMain << " o_color.rgb *= verify(float( texture(" << uniName in genShaderSources()
347 vertMain << " v_color.rgb *= verify(float(" << uniName in genShaderSources()
351 fragMain << " o_color.rgb *= verify(float(" << uniName in genShaderSources()