OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSwizzle
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrTextureAccess.h
153
// 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
; }
[
all
...]
/external/skia/include/gpu/
GrTextureAccess.h
153
// 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
; }
[
all
...]
/external/chromium_org/third_party/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];
/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];
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.h
83
memcpy(
fSwizzle
, access.getSwizzle(), 5);
89
const char* swizzle() const { return
fSwizzle
; }
94
char
fSwizzle
[5];
/external/skia/src/gpu/gl/
GrGLProgramEffects.h
83
memcpy(
fSwizzle
, access.getSwizzle(), 5);
89
const char* swizzle() const { return
fSwizzle
; }
94
char
fSwizzle
[5];
Completed in 32 milliseconds