OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WindowSurface
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/tests/include/
WindowSurface.h
32
class
WindowSurface
{
35
WindowSurface
();
41
WindowSurface
(const
WindowSurface
&);
42
WindowSurface
& operator=(const
WindowSurface
&);
/frameworks/native/opengl/tests/lib/
WindowSurface.cpp
17
#include <
WindowSurface
.h>
26
WindowSurface
::
WindowSurface
() {
82
EGLNativeWindowType
WindowSurface
::getSurface() const {
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java
16
public class
WindowSurface
extends Activity implements SurfaceHolder.Callback2 {
211
Log.i("
WindowSurface
", "Failure locking canvas");
Completed in 501 milliseconds