Searched refs:colorf (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/tests/gl_tests/ |
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() local 32 R5G6B5::writeColor(&rgb565, &colorf); in Convert565()
|
/external/skia/src/gpu/ |
D | GrDataUtils.cpp | 207 static void fillin_ETC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_ETC1_with_color() argument 208 SkColor color = colorf.toSkColor(); in fillin_ETC1_with_color() 222 static void fillin_BC1_with_color(SkISize dimensions, const SkColor4f& colorf, char* dest) { in fillin_BC1_with_color() argument 223 SkColor color = colorf.toSkColor(); in fillin_BC1_with_color() 317 GrMipmapped mipMapped, char* dstPixels, const SkColor4f& colorf) { in GrFillInCompressedData() argument 331 fillin_ETC1_with_color(dimensions, colorf, &dstPixels[offset]); in GrFillInCompressedData() 335 fillin_BC1_with_color(dimensions, colorf, &dstPixels[offset]); in GrFillInCompressedData()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureGatherTests.cpp | 1026 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 1027 glClearBufferfv(GL_COLOR, 0, colorf); in Run() 3095 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 3096 glClearBufferfv(GL_COLOR, 0, colorf); in Run() 3271 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 3272 glClearBufferfv(GL_COLOR, 0, colorf); in Run() 3426 GLfloat colorf[4] = { 0, 0, 0, 0 }; in Run() local 3427 glClearBufferfv(GL_COLOR, 0, colorf); in Run()
|
/external/deqp/external/openglcts/modules/gles31/ |
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()
|
/external/python/cpython2/Modules/ |
D | cstubs | 1296 void colorf float s
|
D | glmodule.c | 6376 colorf( arg1 ); in gl_colorf()
|