OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSwizzle
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProcessor.h
54
memcpy(fSwizzle, access.
getSwizzle
(), 5);
/external/chromium_org/third_party/skia/include/gpu/
GrTextureAccess.h
175
const char*
getSwizzle
() const { return fSwizzle; }
/external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp
205
tcu::Vector<TextureSwizzleComponent, 4>&
getSwizzle
(void);
206
const tcu::Vector<TextureSwizzleComponent, 4>&
getSwizzle
(void) const;
220
stream << "(" << comp.
getSwizzle
()[0]
221
<< ", " << comp.
getSwizzle
()[1]
222
<< ", " << comp.
getSwizzle
()[2]
223
<< ", " << comp.
getSwizzle
()[3]
274
tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::
getSwizzle
(void)
279
const tcu::Vector<TextureSwizzleComponent, 4>& MaybeTextureSwizzle::
getSwizzle
(void) const
326
result[i] = swizzleColorChannel(src, swizzle.
getSwizzle
()[i]);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp
87
int
getSwizzle
(int chan) const
107
return info->immd.data[reg.Index * 4 +
getSwizzle
(c)];
992
int k = src.
getSwizzle
(c);
1138
const int swz = src.
getSwizzle
(c);
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp
87
int
getSwizzle
(int chan) const
107
return info->immd.data[reg.Index * 4 +
getSwizzle
(c)];
992
int k = src.
getSwizzle
(c);
1138
const int swz = src.
getSwizzle
(c);
[
all
...]
Completed in 1100 milliseconds