Searched refs:computeCubeCorner (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Device/ |
D | Surface.hpp | 183 void computeCubeCorner(int x0, int y0, int x1, int y1);
|
D | Surface.cpp | 3076 dst->computeCubeCorner(x0, y0, x1, y1); in copyCubeEdge() 3079 dst->computeCubeCorner(x0, y0, x1, y1); in copyCubeEdge() 3086 void Surface::computeCubeCorner(int x0, int y0, int x1, int y1) in computeCubeCorner() function in sw::Surface
|
/external/swiftshader/src/Renderer/ |
D | Surface.hpp | 349 void computeCubeCorner(int x0, int y0, int x1, int y1);
|
D | Surface.cpp | 3675 dst->computeCubeCorner(x0, y0, x1, y1); in copyCubeEdge() 3678 dst->computeCubeCorner(x0, y0, x1, y1); in copyCubeEdge() 3685 void Surface::computeCubeCorner(int x0, int y0, int x1, int y1) in computeCubeCorner() function in sw::Surface
|