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/chromium_org/third_party/skia/tools/skpdiff/
SkPMetric.cpp
18
struct
Image2D
{
23
Image2D
(int w, int h)
31
~
Image2D
() {
56
typedef
Image2D
<float> ImageL;
57
typedef
Image2D
<RGB> ImageRGB;
58
typedef
Image2D
<LAB> ImageLAB;
64
Image2D
<T>** image;
69
image = SkNEW_ARRAY(
Image2D
<T>*, s);
71
image[sliceIndex] = SkNEW_ARGS(
Image2D
<T>, (w, h));
82
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 155 milliseconds