HomeSort by relevance Sort by last modified time
    Searched defs:Surface (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/icu/source/samples/layout/
Surface.h 5 class Surface
8 Surface(/*what?*/);
  /external/icu/icu4c/source/samples/layout/
Surface.h 5 class Surface
8 Surface(/*what?*/);
  /external/chromium_org/gpu/gles2_conform_support/egl/
surface.cc 5 #include "gpu/gles2_conform_support/egl/surface.h"
9 Surface::Surface(EGLNativeWindowType win) : window_(win) {
12 Surface::~Surface() {
surface.h 14 class Surface {
16 explicit Surface(EGLNativeWindowType win);
17 ~Surface();
24 DISALLOW_COPY_AND_ASSIGN(Surface);
  /external/deqp/framework/common/
tcuSurface.cpp 21 * \brief Surface class.
28 Surface::Surface (void)
34 Surface::Surface(int width, int height)
41 Surface::~Surface()
46 * \brief Resize surface.
52 void Surface::setSize (int width, int height)
tcuSurface.hpp 23 * \brief RGBA8888 surface class.
36 * \brief RGBA8888 surface
38 * Surface provides basic pixel storage functionality. Only single format
44 class Surface
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
108 /** Get pixel sub buffer access from surface. *
    [all...]
  /external/chromium_org/cc/surfaces/
surface.cc 5 #include "cc/surfaces/surface.h"
17 Surface::Surface(SurfaceId id, const gfx::Size& size, SurfaceFactory* factory)
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)
    [all...]
surface.h 31 class CC_SURFACES_EXPORT Surface {
33 Surface(SurfaceId id, const gfx::Size& size, SurfaceFactory* factory);
34 ~Surface();
66 DISALLOW_COPY_AND_ASSIGN(Surface);
  /cts/tests/tests/view/src/android/view/cts/
Surface_OutOfResourcesExceptionTest.java 20 import android.view.Surface;
21 import android.view.Surface.OutOfResourcesException;
27 new Surface.OutOfResourcesException();
28 new Surface.OutOfResourcesException(NAME);
  /external/deqp/framework/egl/
tcuEgl.hpp 51 class Surface;
86 class Surface
89 virtual ~Surface (void) {}
102 Surface (Display& display) : m_display(display), m_surface(EGL_NO_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/chromium_org/third_party/angle/src/libEGL/
Surface.h 7 // Surface.h: Defines the egl::Surface class, representing a drawing surface
33 class Surface
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);
86 const HWND mWindow; // Window that the surface is created for.
88 const egl::Config *mConfig; // EGL config surface was created wit
    [all...]
Surface.cpp 7 // 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)
50 Surface::Surface(Display *display, const Config *config, HANDLE shareHandle, EGLint width, EGLint height, EGLenum textureFormat, EGLenum textureType)
69 Surface::~Surface()
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 180 class Surface : public tcu::ThreadUtil::Object
183 Surface (SharedPtr<tcu::ThreadUtil::Event> event);
184 ~Surface (void);
187 EGLSurface surface; member in class:deqp::egl::GLES2ThreadTest::Surface
190 Surface (const Surface&);
191 Surface& operator= (const Surface&);
194 Surface::Surface (SharedPtr<tcu::ThreadUtil::Event> event
214 SharedPtr<Surface> surface; member in class:deqp::egl::GLES2ThreadTest::EGLThread
574 SharedPtr<Surface> surface = m_surfaces[index]; local
2206 SharedPtr<GLES2ThreadTest::Surface> surface; local
2243 SharedPtr<GLES2ThreadTest::Surface> surface = m_threads[threadNdx]->surface; local
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 379 milliseconds