Searched refs:colorIn (Results 1 – 9 of 9) sorted by relevance
20 GLint colorIn; member40 GLint colorIn; member
118 GET_ATTRIBUTE_LOC(Lit, colorIn); in getLocations()132 GET_ATTRIBUTE_LOC(Flat, colorIn); in getLocations()
259 loc_colorIn = sShaderLit.colorIn; in drawGLObject()265 loc_colorIn = sShaderFlat.colorIn; in drawGLObject()
210 bool GrGLSLProgramBuilder::emitAndInstallXferProc(const SkString& colorIn, in emitAndInstallXferProc() argument255 SkString finalInColor = colorIn.size() ? colorIn : SkString("float4(1)"); in emitAndInstallXferProc()
155 bool emitAndInstallXferProc(const SkString& colorIn, const SkString& coverageIn);
223 void GrGLSLProgramBuilder::emitAndInstallXferProc(const SkString& colorIn, in emitAndInstallXferProc() argument261 colorIn.size() ? colorIn.c_str() : "float4(1)", in emitAndInstallXferProc()
152 void emitAndInstallXferProc(const SkString& colorIn, const SkString& coverageIn);
79 st_translate_color(const union gl_color_union *colorIn,
1478 st_translate_color(const union gl_color_union *colorIn, in st_translate_color() argument1483 const int *in = colorIn->i; in st_translate_color()1525 const float *in = colorIn->f; in st_translate_color()