Searched refs:WindowSurface (Results 1 - 17 of 17) sorted by relevance

/frameworks/native/opengl/tests/include/
H A DWindowSurface.h32 class WindowSurface { class in namespace:android
35 WindowSurface();
41 WindowSurface(const WindowSurface&);
42 WindowSurface& operator=(const WindowSurface&);
/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp17 #include <WindowSurface.h>
26 WindowSurface::WindowSurface() { function in class:WindowSurface
82 EGLNativeWindowType WindowSurface::getSurface() const {
H A DAndroid.mk20 LOCAL_SRC_FILES:= glTestLib.cpp WindowSurface.cpp
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp56 #include <WindowSurface.h>
121 static int initGraphics(unsigned samples, const WindowSurface& windowSurface)
196 WindowSurface windowSurface;
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp29 #include <WindowSurface.h>
89 WindowSurface windowSurface;
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp27 #include <WindowSurface.h>
47 WindowSurface windowSurface;
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp26 #include <WindowSurface.h>
48 WindowSurface windowSurface;
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp11 #include <WindowSurface.h>
28 int init_gl_surface(const WindowSurface&);
101 WindowSurface windowSurface;
121 int init_gl_surface(const WindowSurface& windowSurface)
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp28 #include <WindowSurface.h>
48 WindowSurface windowSurface;
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp25 #include <WindowSurface.h>
45 WindowSurface windowSurface;
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp8 #include <WindowSurface.h>
26 int init_gl_surface(const WindowSurface& windowSurface);
197 WindowSurface windowSurface;
213 int init_gl_surface(const WindowSurface& windowSurface)
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp8 #include <WindowSurface.h>
43 WindowSurface* windowSurface = NULL;
45 windowSurface = new WindowSurface();
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp29 #include <WindowSurface.h>
49 WindowSurface windowSurface;
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp29 #include <WindowSurface.h>
301 WindowSurface windowSurface;
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp30 #include <WindowSurface.h>
257 WindowSurface windowSurface;
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp29 #include <WindowSurface.h>
409 WindowSurface windowSurface;
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp30 #include <WindowSurface.h>
367 WindowSurface windowSurface;

Completed in 147 milliseconds