Searched refs:colors (Results 151 - 175 of 556) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp1672 void extractTriangles (std::vector<TriangleSceneSpec::SceneTriangle>& outTriangles, const std::vector<tcu::Vec4>& vertices, const std::vector<tcu::Vec4>& colors) const;
1755 const tcu::Vec4 colors[] =
1785 outColors[vtxNdx] = colors[vtxNdx % DE_LENGTH_OF_ARRAY(colors)];
1789 void TriangleInterpolationTest::extractTriangles (std::vector<TriangleSceneSpec::SceneTriangle>& outTriangles, const std::vector<tcu::Vec4>& vertices, const std::vector<tcu::Vec4>& colors) const
1807 tri.colors[0] = colors[vtxNdx + 2];
1808 tri.colors[1] = colors[vtxNdx + 2];
1809 tri.colors[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Doutput.c597 ColorsToPipe(VdpColor const *colors, uint32_t flags, struct vertex4f result[4]) argument
602 if (!colors)
606 dst->x = colors->red;
607 dst->y = colors->green;
608 dst->z = colors->blue;
609 dst->w = colors->alpha;
613 ++colors;
627 VdpColor const *colors,
667 ColorsToPipe(colors, flags, vlcolors));
686 VdpColor const *colors,
623 vlVdpOutputSurfaceRenderOutputSurface(VdpOutputSurface destination_surface, VdpRect const *destination_rect, VdpOutputSurface source_surface, VdpRect const *source_rect, VdpColor const *colors, VdpOutputSurfaceRenderBlendState const *blend_state, uint32_t flags) argument
682 vlVdpOutputSurfaceRenderBitmapSurface(VdpOutputSurface destination_surface, VdpRect const *destination_rect, VdpBitmapSurface source_surface, VdpRect const *source_rect, VdpColor const *colors, VdpOutputSurfaceRenderBlendState const *blend_state, uint32_t flags) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c597 ColorsToPipe(VdpColor const *colors, uint32_t flags, struct vertex4f result[4]) argument
602 if (!colors)
606 dst->x = colors->red;
607 dst->y = colors->green;
608 dst->z = colors->blue;
609 dst->w = colors->alpha;
613 ++colors;
627 VdpColor const *colors,
667 ColorsToPipe(colors, flags, vlcolors));
686 VdpColor const *colors,
623 vlVdpOutputSurfaceRenderOutputSurface(VdpOutputSurface destination_surface, VdpRect const *destination_rect, VdpOutputSurface source_surface, VdpRect const *source_rect, VdpColor const *colors, VdpOutputSurfaceRenderBlendState const *blend_state, uint32_t flags) argument
682 vlVdpOutputSurfaceRenderBitmapSurface(VdpOutputSurface destination_surface, VdpRect const *destination_rect, VdpBitmapSurface source_surface, VdpRect const *source_rect, VdpColor const *colors, VdpOutputSurfaceRenderBlendState const *blend_state, uint32_t flags) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_compositor.c600 vb[ 3].x = layer->colors[0].x;
601 vb[ 3].y = layer->colors[0].y;
602 vb[ 4].x = layer->colors[0].z;
603 vb[ 4].y = layer->colors[0].w;
610 vb[ 8].x = layer->colors[1].x;
611 vb[ 8].y = layer->colors[1].y;
612 vb[ 9].x = layer->colors[1].z;
613 vb[ 9].y = layer->colors[1].w;
620 vb[13].x = layer->colors[2].x;
621 vb[13].y = layer->colors[
951 vl_compositor_set_rgba_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *rgba, struct u_rect *src_rect, struct u_rect *dst_rect, struct vertex4f *colors) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c600 vb[ 3].x = layer->colors[0].x;
601 vb[ 3].y = layer->colors[0].y;
602 vb[ 4].x = layer->colors[0].z;
603 vb[ 4].y = layer->colors[0].w;
610 vb[ 8].x = layer->colors[1].x;
611 vb[ 8].y = layer->colors[1].y;
612 vb[ 9].x = layer->colors[1].z;
613 vb[ 9].y = layer->colors[1].w;
620 vb[13].x = layer->colors[2].x;
621 vb[13].y = layer->colors[
951 vl_compositor_set_rgba_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *rgba, struct u_rect *src_rect, struct u_rect *dst_rect, struct vertex4f *colors) argument
[all...]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
H A Dexample.js343 var colors = []
346 colors.push(arguments[i]);
352 colors: colors,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dstring-validate-input.js3 colors = new Array("FF","CC","99","66","33","00");
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dstring-validate-input.js3 colors = new Array("FF","CC","99","66","33","00");
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dstring-validate-input.js3 colors = new Array("FF","CC","99","66","33","00");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_program.h86 uint32_t colors; /* 0x1904 */ member in struct:nv50_program::__anon13844
/external/chromium_org/third_party/skia/bench/
H A DChartBench.cpp127 SkColor colors[kNumGraphs]; variable
129 colors[i] = colorRand.nextU() | 0xff000000;
162 fillPaint.setColor((colors[i] & 0x00ffffff) | 0x80000000);
165 plotPaint.setColor(colors[i]);
/external/chromium_org/third_party/skia/gm/
H A Dimagefilterscropexpand.cpp67 SkColor colors[2]; local
68 colors[0] = SK_ColorWHITE;
69 colors[1] = SK_ColorBLACK;
71 SkGradientShader::CreateRadial(SkPoint::Make(x, y), radius, colors, NULL, 2,
H A Dimagefiltersscaled.cpp74 SkColor colors[2]; local
75 colors[0] = SK_ColorWHITE;
76 colors[1] = SK_ColorBLACK;
78 SkGradientShader::CreateRadial(SkPoint::Make(x, y), radius, colors, NULL, 2,
/external/chromium_org/third_party/skia/samplecode/
H A DSampleEncode.cpp59 SkPMColor colors[256]; local
62 colors[i] = SkPackARGB32(255-i, 0, 0, 255-i);
64 colors[i] = SkPackARGB32(0xFF, i, 0, 255-i);
67 SkColorTable* ctable = new SkColorTable(colors, 256);
H A DSamplePatch.cpp43 SkColor colors[] = { SK_ColorRED, SK_ColorGREEN, SK_ColorBLUE, SK_ColorRED }; local
44 return SkGradientShader::CreateLinear(pts, colors, NULL,
45 SK_ARRAY_COUNT(colors), SkShader::kMirror_TileMode);
180 SkColor* colors = colorStorage.get(); local
195 colors[i*2 + 0] = make_color(s/fW, t/fH);
196 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH);
202 doColors ? colors : NULL, NULL,
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.cpp574 SkPMColor* SK_RESTRICT colors,
578 SkASSERT(count > 0 && colors != NULL);
602 sk_memset32(colors, row[0], n);
607 colors += n;
614 memcpy(colors, row + ix, n * sizeof(SkPMColor));
619 colors += n;
623 sk_memset32(colors, row[maxX], count);
648 SkPMColor* SK_RESTRICT colors,
652 SkASSERT(count > 0 && colors != NULL);
676 memcpy(colors, ro
572 Clamp_S32_D32_nofilter_trans_shaderproc(const SkBitmapProcState& s, int x, int y, SkPMColor* SK_RESTRICT colors, int count) argument
646 Repeat_S32_D32_nofilter_trans_shaderproc(const SkBitmapProcState& s, int x, int y, SkPMColor* SK_RESTRICT colors, int count) argument
686 S32_D32_constX_shaderproc(const SkBitmapProcState& s, int x, int y, SkPMColor* SK_RESTRICT colors, int count) argument
799 DoNothing_shaderproc(const SkBitmapProcState&, int x, int y, SkPMColor* SK_RESTRICT colors, int count) argument
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchUtils.h19 * as a parameter to the function getVertexData which sets the points, colors and texture
112 * colors refers to the corner colors that will be bilerp across the patch (optional parameter)
117 const SkColor colors[4], const SkPoint texCoords[4],
H A DSkProxyCanvas.cpp151 const SkColor colors[], SkXfermode* xmode,
154 fProxy->drawVertices(vmode, vertexCount, vertices, texs, colors,
158 void SkProxyCanvas::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], argument
161 fProxy->drawPatch(cubics, colors, texCoords, xmode, paint);
149 drawVertices(VertexMode vmode, int vertexCount, const SkPoint vertices[], const SkPoint texs[], const SkColor colors[], SkXfermode* xmode, const uint16_t indices[], int indexCount, const SkPaint& paint) argument
/external/chromium_org/ui/views/
H A Dbackground.h63 // have multiple |colors|. The |pos| array contains the relative positions of
64 // each corresponding color. |colors| and |pos| must be the same size. The
66 // |count| contains the number of elements in |colors| and |pos|.
67 static Background* CreateVerticalMultiColorGradientBackground(SkColor* colors,
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_program.h86 uint32_t colors; /* 0x1904 */ member in struct:nv50_program::__anon27255
/external/skia/bench/
H A DChartBench.cpp127 SkColor colors[kNumGraphs]; variable
129 colors[i] = colorRand.nextU() | 0xff000000;
162 fillPaint.setColor((colors[i] & 0x00ffffff) | 0x80000000);
165 plotPaint.setColor(colors[i]);
/external/skia/gm/
H A Dimagefilterscropexpand.cpp67 SkColor colors[2]; local
68 colors[0] = SK_ColorWHITE;
69 colors[1] = SK_ColorBLACK;
71 SkGradientShader::CreateRadial(SkPoint::Make(x, y), radius, colors, NULL, 2,
H A Dimagefiltersscaled.cpp74 SkColor colors[2]; local
75 colors[0] = SK_ColorWHITE;
76 colors[1] = SK_ColorBLACK;
78 SkGradientShader::CreateRadial(SkPoint::Make(x, y), radius, colors, NULL, 2,
/external/skia/samplecode/
H A DSampleEncode.cpp59 SkPMColor colors[256]; local
62 colors[i] = SkPackARGB32(255-i, 0, 0, 255-i);
64 colors[i] = SkPackARGB32(0xFF, i, 0, 255-i);
67 SkColorTable* ctable = new SkColorTable(colors, 256);
/external/skia/src/core/
H A DSkBitmapProcState.cpp644 SkPMColor* SK_RESTRICT colors,
648 SkASSERT(count > 0 && colors != NULL);
672 sk_memset32(colors, row[0], n);
677 colors += n;
684 memcpy(colors, row + ix, n * sizeof(SkPMColor));
689 colors += n;
693 sk_memset32(colors, row[maxX], count);
718 SkPMColor* SK_RESTRICT colors,
722 SkASSERT(count > 0 && colors != NULL);
746 memcpy(colors, ro
642 Clamp_S32_D32_nofilter_trans_shaderproc(const SkBitmapProcState& s, int x, int y, SkPMColor* SK_RESTRICT colors, int count) argument
716 Repeat_S32_D32_nofilter_trans_shaderproc(const SkBitmapProcState& s, int x, int y, SkPMColor* SK_RESTRICT colors, int count) argument
756 S32_D32_constX_shaderproc(const SkBitmapProcState& s, int x, int y, SkPMColor* SK_RESTRICT colors, int count) argument
869 DoNothing_shaderproc(const SkBitmapProcState&, int x, int y, SkPMColor* SK_RESTRICT colors, int count) argument
[all...]

Completed in 956 milliseconds

1234567891011>>