Home
last modified time | relevance | path

Searched defs:GrSwizzle (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrSwizzle.h19 GrSwizzle() { *this = RGBA(); } in GrSwizzle() function
21 GrSwizzle(const GrSwizzle& that) { *this = that; } in GrSwizzle() function
135 explicit GrSwizzle(const char* str) { in GrSwizzle() function
/external/skia/include/gpu/
DGrContext.h46 class GrSwizzle; variable
/external/skia/src/gpu/gl/
DGrGLGpu.h29 class GrSwizzle; variable