Searched refs:make_3Dlut (Results 1 - 2 of 2) sorted by relevance
/external/skia/gm/ |
H A D | colorcube.cpp | 53 make_3Dlut(&f3DLut4, 4, true, false, false); 54 make_3Dlut(&f3DLut8, 8, false, true, false); 55 make_3Dlut(&f3DLut16, 16, false, true, true); 56 make_3Dlut(&f3DLut32, 32, true, true, false); 57 make_3Dlut(&f3DLut64, 64, true, false, true); 73 void make_3Dlut(SkData** data, int size, bool invR, bool invG, bool invB) { function in class:skiagm::ColorCubeGM
|
/external/skia/samplecode/ |
H A D | SampleFilterFuzz.cpp | 302 static SkData* make_3Dlut(int* cubeDimension, bool invR, bool invG, bool invB) { function 547 SkAutoDataUnref data(make_3Dlut(nullptr, make_bool(), make_bool(), make_bool())); 586 SkAutoDataUnref lut3D(make_3Dlut(&cubeDimension, (R(2) == 1), (R(2) == 1), (R(2) == 1)));
|
Completed in 302 milliseconds