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

1 2

  /external/icu/icu4c/source/samples/layout/
Surface.h 5 class Surface
8 Surface(/*what?*/);
  /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);
70 inline void Surface::setPixel (int x, int y, RGBA col)
87 inline RGBA Surface::getPixel (int x, int y) const
104 /** Get pixel buffer access from surface. *
    [all...]
  /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);
  /frameworks/native/include/gui/
Surface.h 45 * Surface. Surface then forwards the buffers through Binder IPC
49 class Surface
50 : public ANativeObjectBase<ANativeWindow, Surface, RefBase>
55 * creates a Surface from the given IGraphicBufferProducer (which concrete
58 * Surface is mainly state-less while it's disconnected, it can be
62 * However, once a Surface is connected, it'll prevent other Surfaces
66 * the controlledByApp flag indicates that this Surface (producer) is
69 Surface(const sp<IGraphicBufferProducer>& bufferProducer, bool controlledByApp = false);
72 * Surface was created with. Usually it's an error to use th
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 17 #define LOG_TAG "Surface"
36 #include <gui/Surface.h>
42 Surface::Surface(
90 Surface::~Surface() {
92 Surface::disconnect(NATIVE_WINDOW_API_CPU);
96 sp<IGraphicBufferProducer> Surface::getIGraphicBufferProducer() const {
100 void Surface::setSidebandStream(const sp<NativeHandle>& stream) {
104 void Surface::allocateBuffers()
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 110 struct Surface {
115 VkSurfaceKHR HandleFromSurface(Surface* surface) {
116 return VkSurfaceKHR(reinterpret_cast<uint64_t>(surface));
119 Surface* SurfaceFromHandle(VkSurfaceKHR handle) {
120 return reinterpret_cast<Surface*>(handle);
124 Swapchain(Surface& surface_, uint32_t num_images_)
125 : surface(surface_), num_images(num_images_) {}
127 Surface& surface; member in struct:vulkan::driver::__anon30155::Swapchain
251 Surface* surface = SurfaceFromHandle(surface_handle); local
426 Surface& surface = *SurfaceFromHandle(create_info->surface); local
    [all...]
  /frameworks/base/core/java/android/view/
Surface.java 37 public class Surface implements Parcelable {
38 private static final String TAG = "Surface";
63 public static final Parcelable.Creator<Surface> CREATOR =
64 new Parcelable.Creator<Surface>() {
66 public Surface createFromParcel(Parcel source) {
68 Surface s = new Surface();
72 Log.e(TAG, "Exception creating surface from parcel", e);
78 public Surface[] newArray(int size) {
79 return new Surface[size]
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 177 class Surface : public tcu::ThreadUtil::Object
180 Surface (SharedPtr<tcu::ThreadUtil::Event> event);
181 ~Surface (void);
184 EGLSurface surface; member in class:deqp::egl::GLES2ThreadTest::Surface
187 Surface (const Surface&);
188 Surface& operator= (const Surface&);
191 Surface::Surface (SharedPtr<tcu::ThreadUtil::Event> event
214 SharedPtr<Surface> surface; member in class:deqp::egl::GLES2ThreadTest::EGLThread
551 SharedPtr<Surface> surface = m_surfaces[index]; local
2186 SharedPtr<GLES2ThreadTest::Surface> surface; local
2238 SharedPtr<GLES2ThreadTest::Surface> surface = m_threads[threadNdx]->surface; local
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 1691 milliseconds

1 2