OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add32
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium_org/third_party/skia/include/gpu/
GrBackendProcessorFactory.h
31
void
add32
(uint32_t v) {
function in class:GrProcessorKeyBuilder
/external/chromium_org/third_party/skia/src/gpu/effects/
GrBezierEffect.cpp
126
b->
add32
(key);
264
b->
add32
(key);
444
b->
add32
(key);
GrConvexPolyEffect.cpp
173
b->
add32
(aare.getEdgeType());
266
b->
add32
(key);
GrMatrixConvolutionEffect.cpp
129
b->
add32
(key);
130
b->
add32
(GrTextureDomain::GLDomain::DomainKey(m.domain()));
GrOvalEffect.cpp
170
b->
add32
(ce.getEdgeType());
358
b->
add32
(ee.getEdgeType());
GrBicubicEffect.cpp
40
b->
add32
(GrTextureDomain::GLDomain::DomainKey(domain));
GrConvolutionEffect.cpp
148
b->
add32
(key);
GrDistanceFieldTextureEffect.cpp
161
b->
add32
(dfTexEffect.getFlags());
439
b->
add32
(dfTexEffect.getFlags());
GrConfigConversionEffect.cpp
92
b->
add32
(key);
GrTextureDomain.cpp
219
b->
add32
(GrTextureDomain::GLDomain::DomainKey(domain));
GrDashingEffect.cpp
571
b->
add32
(dce.getEdgeType());
793
b->
add32
(de.getEdgeType());
[
all
...]
GrRRectEffect.cpp
302
b->
add32
((crre.getCircularCornerFlags() << 3) | crre.getEdgeType());
600
b->
add32
(erre.getRRect().getType() | erre.getEdgeType() << 3);
[
all
...]
/external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp
207
b->
add32
(GenBaseGradientKey(processor));
SkTwoPointConicalGradient_gpu.cpp
308
b->
add32
(GenBaseGradientKey(processor));
756
b->
add32
(GenBaseGradientKey(processor));
[
all
...]
SkLinearGradient.cpp
485
b->
add32
(GenBaseGradientKey(processor));
SkRadialGradient.cpp
492
b->
add32
(GenBaseGradientKey(processor));
/external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp
129
b->
add32
(circleEffect.isStroked());
266
b->
add32
(ellipseEffect.isStroked());
435
b->
add32
(ellipseEffect.getMode());
[
all
...]
/external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java
426
public void
add32
(int b) {
method in class:ClassFileWriter.MethodWriter
/external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp
426
b->
add32
(key);
SkColorFilters.cpp
255
b->
add32
(colorModeFilter.mode());
SkDisplacementMapEffect.cpp
639
b->
add32
(xKey | yKey);
SkMorphologyImageFilter.cpp
410
b->
add32
(key);
SkPerlinNoiseShader.cpp
[
all
...]
/external/chromium_org/tools/win/split_link/viz.js/
viz.js
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkXfermode.cpp
[
all
...]
Completed in 255 milliseconds
1
2