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

  /external/skia/include/gpu/
GrTextureAccess.h 147 // below assumes all chars in fSwizzle are initialized even if string is < 4 chars long.
148 GrAssert(memcmp(fSwizzle, other.fSwizzle, sizeof(fSwizzle)-1) ==
149 strcmp(fSwizzle, other.fSwizzle));
153 (0 == memcmp(fSwizzle, other.fSwizzle, sizeof(fSwizzle)-1));
163 const char* getSwizzle() const { return fSwizzle; }
    [all...]
  /external/skia/src/gpu/
GrTextureAccess.cpp 14 memcpy(fSwizzle, "void", 5);
70 memcpy(fSwizzle, "rgba", 5);
80 memcpy(fSwizzle, "rgba", 5);
86 memset(fSwizzle, '\0', 5);
88 fSwizzle[i] = swizzle[i];

Completed in 332 milliseconds