Searched defs:Image11 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DImage11.h7 // Image11.h: Defines the rx::Image11 class, which acts as the interface to
29 class Image11 : public Image class in namespace:rx
32 Image11();
33 virtual ~Image11();
35 static Image11 *makeImage11(Image *img);
37 static void generateMipmap(Image11 *dest, Image11 *src);
61 DISALLOW_COPY_AND_ASSIGN(Image11);
H A DImage11.cpp8 // Image11.h: Implements the rx::Image11 class, which acts as the interface to
12 #include "libGLESv2/renderer/Image11.h"
25 Image11::Image11() function in class:rx::Image11
32 Image11::~Image11()
40 Image11 *Image11::makeImage11(Image *img)
42 ASSERT(HAS_DYNAMIC_TYPE(rx::Image11*, im
[all...]

Completed in 144 milliseconds