OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Image2D
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/skpdiff/
SkPMetric.cpp
17
struct
Image2D
{
22
Image2D
(int w, int h)
30
~
Image2D
() {
55
typedef
Image2D
<float> ImageL;
56
typedef
Image2D
<RGB> ImageRGB;
57
typedef
Image2D
<LAB> ImageLAB;
63
Image2D
<T>** image;
68
image = SkNEW_ARRAY(
Image2D
<T>*, s);
70
image[sliceIndex] = SkNEW_ARGS(
Image2D
<T>, (w, h));
81
Image2D
<T>* getLayer(int z) const
[
all
...]
/external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp
[
all
...]
/external/mesa3d/include/CL/
cl.hpp
[
all
...]
Completed in 257 milliseconds