Searched defs:Surface (Results 1 - 15 of 15) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/icu/icu4c/source/samples/layout/
H A DSurface.h5 class Surface class
8 Surface(/*what?*/);
/external/deqp/framework/common/
H A DtcuSurface.cpp21 * \brief Surface class.
28 Surface::Surface (void) function in class:Surface
34 Surface::Surface(int width, int height) function in class:Surface
41 Surface::~Surface()
52 void Surface::setSize (int width, int height)
H A DtcuSurface.hpp38 * Surface provides basic pixel storage functionality. Only single format
44 class Surface class in namespace:tcu
47 Surface (void);
48 Surface (int width, int height);
49 ~Surface (void);
73 inline void Surface::setPixel (int x, int y, RGBA col)
90 inline RGBA Surface::getPixel (int x, int y) const
109 inline ConstPixelBufferAccess Surface::getSubAccess (int x, int y, int width, int height) const
127 inline PixelBufferAccess Surface::getSubAccess (int x, int y, int width, int height)
145 inline ConstPixelBufferAccess Surface
[all...]
/external/deqp/framework/egl/
H A DtcuEgl.hpp51 class Surface;
86 class Surface class in namespace:tcu::egl
89 virtual ~Surface (void) {}
102 Surface (Display& display) : m_display(display), m_surface(EGL_NO_SURFACE) {} function in class:tcu::egl::Surface
104 Surface (const Surface&); // not allowed
105 Surface& operator= (const Surface&); // not allowed
111 class WindowSurface : public Surface
121 class PixmapSurface : public Surface
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp180 class Surface : public tcu::ThreadUtil::Object class in namespace:deqp::egl::GLES2ThreadTest
183 Surface (SharedPtr<tcu::ThreadUtil::Event> event);
184 ~Surface (void);
190 Surface (const Surface&);
191 Surface& operator= (const Surface&);
194 Surface::Surface (SharedPtr<tcu::ThreadUtil::Event> event) function in class:deqp::egl::GLES2ThreadTest::Surface
195 : tcu::ThreadUtil::Object ("Surface", even
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/icu/source/samples/layout/
H A DSurface.h5 class Surface class
8 Surface(/*what?*/);
/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.cpp7 // Surface.cpp: Implements the egl::Surface class, representing a drawing surface
15 #include "libEGL/Surface.h"
28 Surface::Surface(Display *display, const Config *config, HWND window, EGLint fixedSize, EGLint width, EGLint height, EGLint postSubBufferSupported) function in class:egl::Surface
50 Surface::Surface(Display *display, const Config *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureType) function in class:egl::Surface
69 Surface::~Surface()
75 bool Surface
[all...]
H A DSurface.h7 // Surface.h: Defines the egl::Surface class, representing a drawing surface
33 class Surface class in namespace:egl
36 Surface(Display *display, const egl::Config *config, HWND window, EGLint fixedSize, EGLint width, EGLint height, EGLint postSubBufferSupported);
37 Surface(Display *display, const egl::Config *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureTarget);
39 virtual ~Surface();
72 DISALLOW_COPY_AND_ASSIGN(Surface);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dsurface.cc9 Surface::Surface(EGLNativeWindowType win) : window_(win) { function in class:egl::Surface
12 Surface::~Surface() {
H A Dsurface.h14 class Surface { class in namespace:egl
16 explicit Surface(EGLNativeWindowType win);
17 ~Surface();
24 DISALLOW_COPY_AND_ASSIGN(Surface);
/external/chromium_org/cc/surfaces/
H A Dsurface.cc17 Surface::Surface(SurfaceId id, const gfx::Size& size, SurfaceFactory* factory) function in class:cc::Surface
24 Surface::~Surface() {
40 void Surface::QueueFrame(scoped_ptr<CompositorFrame> frame,
68 void Surface::RequestCopyOfOutput(scoped_ptr<CopyOutputRequest> copy_request) {
72 void Surface::TakeCopyOutputRequests(
78 const CompositorFrame* Surface::GetEligibleFrame() {
82 void Surface::TakeLatencyInfo(std::vector<ui::LatencyInfo>* latency_info) {
95 void Surface
[all...]
H A Dsurface.h31 class CC_SURFACES_EXPORT Surface { class in namespace:cc
33 Surface(SurfaceId id, const gfx::Size& size, SurfaceFactory* factory);
34 ~Surface();
66 DISALLOW_COPY_AND_ASSIGN(Surface);

Completed in 2100 milliseconds