Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLSL.h75 static inline const char* GrGLSLOnesVecf(int count) { in GrGLSLOnesVecf() function
DGrGLSL.cpp124 outAppend->append(GrGLSLOnesVecf(4)); in GrGLSLModulate4f()
DGrGLProgram.cpp182 str->printf("((%s - %s) * %s)", GrGLSLOnesVecf(4), src, value); in blend_term_string()
188 str->printf("((%s - %s) * %s)", GrGLSLOnesVecf(4), dst, value); in blend_term_string()
392 return GrGLSLOnesVecf(4); in adjustInColor()
/external/skia/src/effects/
DSkColorMatrixFilter.cpp413 inputColor = GrGLSLOnesVecf(4); in emitCode()