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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProcessor.h 54 memcpy(fSwizzle, access.getSwizzle(), 5);
60 const char* swizzle() const { return fSwizzle; }
65 char fSwizzle[5];
  /external/chromium_org/third_party/skia/include/gpu/
GrTextureAccess.h 154 // below assumes all chars in fSwizzle are initialized even if string is < 4 chars long.
155 SkASSERT(memcmp(fSwizzle, other.fSwizzle, sizeof(fSwizzle)-1) ==
156 strcmp(fSwizzle, other.fSwizzle));
160 (0 == memcmp(fSwizzle, other.fSwizzle, sizeof(fSwizzle)-1));
175 const char* getSwizzle() const { return fSwizzle; }
    [all...]

Completed in 30 milliseconds