Searched defs:colorf (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ |
H A D | DataUtils.cpp | 228 static void fillin_ETC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_ETC1_with_color() 243 static void fillin_BC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_BC1_with_color() 261 const SkColor4f& colorf) { in FillInCompressedData()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A 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
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_image.cpp | 484 vfloat4 colorf(data[swz.r], data[swz.g], data[swz.b], data[swz.a]); in store_image_block() local 489 vfloat4 colorf = blk.texel(idx); in store_image_block() local
|
D | astcenc_decompress_symbolic.cpp | 315 vfloat4 colorf = decode_texel(color, lns_mask); in decompress_symbolic_block() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cTextureGatherTests.cpp | 1031 GLfloat colorf[4] = {0, 0, 0, 0}; in Run() local 3099 GLfloat colorf[4] = {0, 0, 0, 0}; in Run() local 3275 GLfloat colorf[4] = {0, 0, 0, 0}; in Run() local 3430 GLfloat colorf[4] = {0, 0, 0, 0}; in Run() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cTextureGatherTests.cpp | 916 GLfloat colorf[4] = {0, 0, 0, 0}; in Run() local 1649 GLfloat colorf[4] = {0, 0, 0, 0}; in Run() local
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_renderer.c | 4425 float colorf[4]; in vrend_clear() local
|