Home
last modified time | relevance | path

Searched refs:otherColor (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dspv.flowControl.frag.out16 Name 14 "otherColor"
23 Decorate 14(otherColor) Location 3
36 14(otherColor): 10(ptr) Variable Input
51 15: 7(fvec4) Load 14(otherColor)
DflowControl.frag.out13 0:15 'otherColor' ( uniform 4-component vector of float)
36 0:? 'otherColor' ( uniform 4-component vector of float)
55 0:15 'otherColor' ( uniform 4-component vector of float)
78 0:? 'otherColor' ( uniform 4-component vector of float)
Dspv.earlyReturnDiscard.frag.out16 Name 14 "otherColor"
28 Decorate 14(otherColor) Location 3
45 14(otherColor): 10(ptr) Variable Input
72 15: 7(fvec4) Load 14(otherColor)
DearlyReturnDiscard.frag.out13 0:24 'otherColor' ( uniform 4-component vector of float)
119 0:? 'otherColor' ( uniform 4-component vector of float)
143 0:24 'otherColor' ( uniform 4-component vector of float)
249 0:? 'otherColor' ( uniform 4-component vector of float)
/external/deqp-deps/glslang/Test/
Dspv.flowControl.frag5 in vec4 otherColor;
15 color2 = otherColor;
DflowControl.frag5 uniform vec4 otherColor;
15 color2 = otherColor;
DearlyReturnDiscard.frag5 uniform vec4 otherColor;
24 color2 = otherColor;
Dspv.earlyReturnDiscard.frag5 in vec4 otherColor;
24 color2 = otherColor;
/external/skia/src/gpu/
DGrDataUtils.h51 void GrTwoColorBC1Compress(const SkPixmap& pixmap, SkColor otherColor, char* dstPixels);
DGrDataUtils.cpp239 void GrTwoColorBC1Compress(const SkPixmap& pixmap, SkColor otherColor, char* dstPixels) { in GrTwoColorBC1Compress() argument
246 create_BC1_block(SK_ColorBLACK, otherColor, &block); in GrTwoColorBC1Compress()