Home
last modified time | relevance | path

Searched refs:colorf (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSixteenBppTextureTest.cpp21 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 DPixelProgram.cpp303 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 DGrDataUtils.cpp266 // 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 Dastcenc_decompress_symbolic.cpp311 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 Dastcenc_image.cpp484 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 Dgl4cTextureGatherTests.cpp1026 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 Des31cTextureGatherTests.cpp913 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()

Completed in 13 milliseconds