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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /frameworks/base/core/java/android/view/
Surface.aidl 1 /* //device/java/android/android/view/Surface.aidl
20 parcelable 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)
  /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/chromium_org/cc/surfaces/
surface_manager.h 15 class Surface;
23 SurfaceId RegisterAndAllocateIdForSurface(Surface* surface);
26 Surface* GetSurfaceForId(SurfaceId surface_id);
29 typedef base::hash_map<int, Surface*> SurfaceMap;
surface.h 22 class CC_SURFACES_EXPORT Surface {
24 Surface(SurfaceManager* manager,
27 ~Surface();
70 DISALLOW_COPY_AND_ASSIGN(Surface);
surface.cc 5 #include "cc/surfaces/surface.h"
12 Surface::Surface(SurfaceManager* manager,
21 Surface::~Surface() {
25 void Surface::QueueFrame(scoped_ptr<CompositorFrame> frame) {
39 CompositorFrame* Surface::GetEligibleFrame() { return current_frame_.get(); }
41 void Surface::ReturnUnusedResourcesToClient() {
46 void Surface::RefCurrentFrameResources() {
60 Surface::ResourceRefs::ResourceRefs(
    [all...]
  /frameworks/av/include/media/stagefright/
NativeWindowWrapper.h 21 #include <gui/Surface.h>
25 // Surface derives from ANativeWindow which derives from multiple
31 const sp<Surface> &surfaceTextureClient) :
38 sp<Surface> getSurfaceTextureClient() const {
43 const sp<Surface> mSurfaceTextureClient;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
SurfaceWrapper.java 9 import android.view.Surface;
12 * A wrapper for marshalling a Surface without self-destruction.
15 private final Surface mSurface;
17 public SurfaceWrapper(Surface surface) {
18 mSurface = surface;
21 public Surface getSurface() {
32 // Ignore flags so that the Surface won't call release()
39 Surface surface = Surface.CREATOR.createFromParcel(in)
    [all...]
  /external/icu/icu4c/source/samples/layout/
Surface.h 5 class Surface
8 Surface(/*what?*/);
  /frameworks/av/include/camera/camera2/
CaptureRequest.h 26 class Surface;
32 Vector<sp<Surface> > mSurfaceList;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TargetSubPane.java 21 import android.view.Surface;
36 * @param orientation current UI orientation in degrees, one of the Surface.ROTATION_* values
40 public abstract Surface getOutputSurface();
  /external/chromium_org/third_party/angle/src/libEGL/
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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
IProjectionService.aidl 20 import android.view.Surface;
25 void startRendering(in Surface surface, int width, int height, int density, int viewType);
  /frameworks/base/media/java/android/media/tv/
ITvInputHardware.aidl 21 import android.view.Surface;
32 * Make the input render on the surface according to the config. In case of HDMI, this will
35 boolean setSurface(in Surface surface, in TvStreamConfig config);
  /frameworks/base/include/android_runtime/
android_view_Surface.h 26 class Surface;
29 /* Gets the underlying ANativeWindow for a Surface. */
33 /* Returns true if the object is an instance of Surface. */
36 /* Gets the underlying Surface from a Surface Java object. */
37 extern sp<Surface> android_view_Surface_getSurface(JNIEnv* env, jobject surfaceObj);
39 /* Creates a Surface from an IGraphicBufferProducer. */
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.hpp 32 class Surface;
53 virtual void render (tcu::Surface& dst) = DE_NULL;
54 virtual bool compare (const tcu::Surface& reference, const tcu::Surface& result);
59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias);
60 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.hpp 32 class Surface;
53 virtual void render (tcu::Surface& dst) = DE_NULL;
54 virtual bool compare (const tcu::Surface& reference, const tcu::Surface& result);
59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias);
60 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IVideoProvider.aidl 19 import android.view.Surface;
32 void setPreviewSurface(in Surface surface);
34 void setDisplaySurface(in Surface surface);
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsVideoCallProvider.aidl 19 import android.view.Surface;
47 void setPreviewSurface(in Surface surface);
49 void setDisplaySurface(in Surface surface);
  /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...]
  /frameworks/base/core/java/android/hardware/display/
VirtualDisplay.java 20 import android.view.Surface;
24 * {@link android.view.Surface} that you must provide to {@link DisplayManager#createVirtualDisplay
27 * Because a virtual display renders to a surface provided by the application, it will be
39 private Surface mSurface;
42 IVirtualDisplayCallback token, Surface surface) {
46 mSurface = surface;
57 * Gets the surface that backs the virtual display.
59 public Surface getSurface() {
64 * Sets the surface that backs the virtual display
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureGL.h 26 #include <gui/Surface.h>
44 mSTC = new Surface(producer);
66 sp<Surface> mSTC;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 25 Surface sur = null;
32 } else if (win instanceof Surface) {
33 sur = (Surface) win;
36 EGLSurface surface; local
38 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset);
40 surface = _eglCreateWindowSurfaceTexture(dpy, config,
45 "Surface, SurfaceView, SurfaceTexture or SurfaceHolder at the moment, " +
49 return surface;

Completed in 485 milliseconds

1 2 3 4 5 6 7 8 91011>>