OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 SurfaceTexture* surface_texture);
34
// Move constructor. Take the surface from another
ScopedJavaSurface
object,
36
ScopedJavaSurface
(RValue rvalue);
37
ScopedJavaSurface
& operator=(RValue rhs)
[
all
...]
Completed in 255 milliseconds