Searched defs:colorf (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | SixteenBppTextureTest.cpp | 21 gl::ColorF colorf; in Convert565() local 30 gl::ColorF colorf(vecColor.x(), vecColor.y(), vecColor.z(), vecColor.w()); in Convert565() local
|
/third_party/skia/src/gpu/ |
D | GrDataUtils.cpp | 267 static void fillin_ETC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_ETC1_with_color() 282 static void fillin_BC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_BC1_with_color() 377 GrMipmapped mipMapped, char* dstPixels, const SkColor4f& colorf) { in GrFillInCompressedData()
|
/third_party/astc-encoder/Source/ |
D | astcenc_image.cpp | 461 vfloat4 colorf(data[swz.r], data[swz.g], data[swz.b], data[swz.a]); in write_image_block() local 466 vfloat4 colorf = blk.texel(idx); in write_image_block() local
|
D | astcenc_decompress_symbolic.cpp | 314 vfloat4 colorf = decode_texel(color, lns_mask); in decompress_symbolic_block() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelProgram.cpp | 303 Vector4f colorf = alphaBlend(index, buffer, c[index], x); in blendColor() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 1026 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 3094 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 3270 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 3425 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureGatherTests.cpp | 913 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 1646 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local
|