HomeSort by relevance Sort by last modified time
    Searched refs:GrGLSLOnesVecf (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/gl/
GrGLSL.h 75 static inline const char* GrGLSLOnesVecf(int count) {
GrGLSL.cpp 124 outAppend->append(GrGLSLOnesVecf(4));
GrGLProgram.cpp 182 str->printf("((%s - %s) * %s)", GrGLSLOnesVecf(4), src, value);
188 str->printf("((%s - %s) * %s)", GrGLSLOnesVecf(4), dst, value);
392 return GrGLSLOnesVecf(4);
    [all...]
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 413 inputColor = GrGLSLOnesVecf(4);

Completed in 21 milliseconds