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
/development/tools/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp
16
#include "
WindowSurface
.h"
27
WindowSurface
::
WindowSurface
() :
42
WindowSurface
::~
WindowSurface
()
47
WindowSurface
*
WindowSurface
::create(int p_config, int p_width, int p_height)
54
// allocate space for the
WindowSurface
object
55
WindowSurface
*win = new
WindowSurface
();
[
all
...]
WindowSurface.h
33
class
WindowSurface
36
static
WindowSurface
*create(int p_config, int p_width, int p_height);
37
~
WindowSurface
();
45
WindowSurface
();
70
typedef SmartPtr<
WindowSurface
> WindowSurfacePtr;
/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 412 milliseconds