Searched refs:fSwizzle (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrTextureAccess.h154 // 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; }
191 char fSwizzle[5]; member in class:GrTextureAccess
[all...]
/external/skia/include/gpu/
H A DGrTextureAccess.h153 // below assumes all chars in fSwizzle are initialized even if string is < 4 chars long.
154 SkASSERT(memcmp(fSwizzle, other.fSwizzle, sizeof(fSwizzle)-1) ==
155 strcmp(fSwizzle, other.fSwizzle));
159 (0 == memcmp(fSwizzle, other.fSwizzle, sizeof(fSwizzle)-1));
169 const char* getSwizzle() const { return fSwizzle; }
183 char fSwizzle[5]; member in class:GrTextureAccess
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProcessor.h54 memcpy(fSwizzle, access.getSwizzle(), 5);
60 const char* swizzle() const { return fSwizzle; }
65 char fSwizzle[5]; member in class:GrGLProcessor::TextureSampler
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextureAccess.cpp14 memcpy(fSwizzle, "void", 5);
70 memcpy(fSwizzle, "rgba", 5);
80 memcpy(fSwizzle, "rgba", 5);
86 memset(fSwizzle, '\0', 5);
88 fSwizzle[i] = swizzle[i];
/external/skia/src/gpu/
H A DGrTextureAccess.cpp14 memcpy(fSwizzle, "void", 5);
70 memcpy(fSwizzle, "rgba", 5);
80 memcpy(fSwizzle, "rgba", 5);
86 memset(fSwizzle, '\0', 5);
88 fSwizzle[i] = swizzle[i];
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.h83 memcpy(fSwizzle, access.getSwizzle(), 5);
89 const char* swizzle() const { return fSwizzle; }
94 char fSwizzle[5]; member in class:GrGLProgramEffects::TextureSampler

Completed in 157 milliseconds