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

  /external/chromium_org/ui/gl/android/
scoped_java_surface.cc 26 ScopedJavaSurface::ScopedJavaSurface() {
29 ScopedJavaSurface::ScopedJavaSurface(
39 ScopedJavaSurface::ScopedJavaSurface(
51 ScopedJavaSurface::ScopedJavaSurface(RValue rvalue) {
55 ScopedJavaSurface& ScopedJavaSurface::operator=(RValue rhs)
    [all...]
scoped_java_surface.h 21 class GL_EXPORT ScopedJavaSurface {
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 SurfaceTextureBridge* surface_texture);
34 // Move constructor. Take the surface from another ScopedJavaSurface object,
36 ScopedJavaSurface(RValue rvalue);
37 ScopedJavaSurface& operator=(RValue rhs)
    [all...]

Completed in 234 milliseconds