/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | SixteenBppTextureTest.cpp | 21 gl::ColorF colorf; in Convert565() local 22 R5G6B5::readColor(&colorf, &rgb565); in Convert565() 23 Vector4 vecColor(colorf.red, colorf.green, colorf.blue, colorf.alpha); in Convert565() 30 gl::ColorF colorf(vecColor.x(), vecColor.y(), vecColor.z(), vecColor.w()); in Convert565() 32 R5G6B5::writeColor(&rgb565, &colorf); in Convert565()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelProgram.cpp | 303 Vector4f colorf = alphaBlend(index, buffer, c[index], x); in blendColor() local 306 color.x = convertFixed16(colorf.x, true); in blendColor() 307 color.y = convertFixed16(colorf.y, true); in blendColor() 308 color.z = convertFixed16(colorf.z, true); in blendColor() 309 color.w = convertFixed16(colorf.w, true); in blendColor()
|
/third_party/skia/src/gpu/ |
H A D | GrDataUtils.cpp | 266 // Fill in 'dest' with ETC1 blocks derived from 'colorf' 267 static void fillin_ETC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_ETC1_with_color() argument 268 SkColor color = colorf.toSkColor(); in fillin_ETC1_with_color() 281 // Fill in 'dest' with BC1 blocks derived from 'colorf' 282 static void fillin_BC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_BC1_with_color() argument 283 SkColor color = colorf.toSkColor(); in fillin_BC1_with_color() 377 GrMipmapped mipMapped, char* dstPixels, const SkColor4f& colorf) { in GrFillInCompressedData() 391 fillin_ETC1_with_color(dimensions, colorf, &dstPixels[offset]); in GrFillInCompressedData() 395 fillin_BC1_with_color(dimensions, colorf, &dstPixels[offset]); in GrFillInCompressedData() 376 GrFillInCompressedData(SkImage::CompressionType type, SkISize dimensions, GrMipmapped mipMapped, char* dstPixels, const SkColor4f& colorf) GrFillInCompressedData() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_decompress_symbolic.cpp | 311 vfloat4 colorf = decode_texel(color, lns_mask); in decompress_symbolic_block() local 313 blk.data_r[tix] = colorf.lane<0>(); in decompress_symbolic_block() 314 blk.data_g[tix] = colorf.lane<1>(); in decompress_symbolic_block() 315 blk.data_b[tix] = colorf.lane<2>(); in decompress_symbolic_block() 316 blk.data_a[tix] = colorf.lane<3>(); in decompress_symbolic_block()
|
H A D | astcenc_image.cpp | 484 vfloat4 colorf(data[swz.r], data[swz.g], data[swz.b], data[swz.a]); in store_image_block() 485 color = float_to_float16(colorf); in store_image_block() 489 vfloat4 colorf = blk.texel(idx); in store_image_block() 490 color = float_to_float16(colorf); in store_image_block()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureGatherTests.cpp | 1026 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 1027 glClearBufferfv(GL_COLOR, 0, colorf); in Run() 3094 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 3095 glClearBufferfv(GL_COLOR, 0, colorf); in Run() 3270 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 3271 glClearBufferfv(GL_COLOR, 0, colorf); in Run() 3425 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 3426 glClearBufferfv(GL_COLOR, 0, colorf); in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureGatherTests.cpp | 913 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 914 glClearBufferfv(GL_COLOR, 0, colorf); in Run() 1646 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 1647 glClearBufferfv(GL_COLOR, 0, colorf); in Run()
|