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

/external/chromium_org/ui/gl/android/
H A Dscoped_java_surface.h21 class GL_EXPORT ScopedJavaSurface { class in namespace:gfx
22 MOVE_ONLY_TYPE_FOR_CPP_03(ScopedJavaSurface, RValue);
25 ScopedJavaSurface();
27 // Wraps an existing Java Surface object in a ScopedJavaSurface.
28 explicit ScopedJavaSurface(const base::android::JavaRef<jobject>& surface);
31 // ScopedJavaSurface.
32 explicit ScopedJavaSurface(const SurfaceTexture* surface_texture);
34 // Move constructor. Take the surface from another ScopedJavaSurface object,
36 ScopedJavaSurface(RValue rvalue);
37 ScopedJavaSurface
[all...]
H A Dscoped_java_surface.cc26 ScopedJavaSurface::ScopedJavaSurface() { function in class:gfx::ScopedJavaSurface
29 ScopedJavaSurface::ScopedJavaSurface( function in class:gfx::ScopedJavaSurface
39 ScopedJavaSurface::ScopedJavaSurface( function in class:gfx::ScopedJavaSurface
51 ScopedJavaSurface::ScopedJavaSurface(RValue rvalue) { function in class:gfx::ScopedJavaSurface
55 ScopedJavaSurface& ScopedJavaSurface
[all...]

Completed in 79 milliseconds