Searched refs:fSwizzle (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/gpu/ |
D | GrTextureAccess.h | 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; } in getSwizzle() 191 char fSwizzle[5]; variable
|
/external/skia/src/gpu/ |
D | GrTextureAccess.cpp | 14 memcpy(fSwizzle, "void", 5); in GrTextureAccess() 70 memcpy(fSwizzle, "rgba", 5); in reset() 80 memcpy(fSwizzle, "rgba", 5); in reset() 86 memset(fSwizzle, '\0', 5); in setSwizzle() 88 fSwizzle[i] = swizzle[i]; in setSwizzle()
|
/external/skia/src/gpu/gl/ |
D | GrGLProcessor.h | 49 memcpy(fSwizzle, access.getSwizzle(), 5); in TextureSampler() 55 const char* swizzle() const { return fSwizzle; } in swizzle() 60 char fSwizzle[5]; variable
|