OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windowSurface
(Results
1 - 15
of
15
) sorted by null
/frameworks/native/opengl/tests/finish/
finish.cpp
29
#include <
WindowSurface
.h>
49
WindowSurface
windowSurface
;
50
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp
29
#include <
WindowSurface
.h>
89
WindowSurface
windowSurface
;
90
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/textures/
textures.cpp
25
#include <
WindowSurface
.h>
45
WindowSurface
windowSurface
;
46
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/filter/
filter.cpp
8
#include <
WindowSurface
.h>
43
WindowSurface
*
windowSurface
= NULL;
45
windowSurface
= new
WindowSurface
();
46
window =
windowSurface
->getSurface();
192
delete
windowSurface
;
/frameworks/native/opengl/tests/linetex/
linetex.cpp
27
#include <
WindowSurface
.h>
47
WindowSurface
windowSurface
;
48
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/fillrate/
fillrate.cpp
28
#include <
WindowSurface
.h>
48
WindowSurface
windowSurface
;
49
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp
26
#include <
WindowSurface
.h>
48
WindowSurface
windowSurface
;
49
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/angeles/
app-linux.cpp
56
#include <
WindowSurface
.h>
121
static int initGraphics(EGLint samples, const
WindowSurface
&
windowSurface
)
138
EGLNativeWindowType window =
windowSurface
.getSurface();
196
WindowSurface
windowSurface
;
197
if (!initGraphics(samples,
windowSurface
))
/frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp
29
#include <
WindowSurface
.h>
301
WindowSurface
windowSurface
;
302
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp
29
#include <
WindowSurface
.h>
409
WindowSurface
windowSurface
;
410
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp
8
#include <
WindowSurface
.h>
26
int init_gl_surface(const
WindowSurface
&
windowSurface
);
197
WindowSurface
windowSurface
;
198
if(!init_gl_surface(
windowSurface
))
213
int init_gl_surface(const
WindowSurface
&
windowSurface
)
240
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp
30
#include <
WindowSurface
.h>
257
WindowSurface
windowSurface
;
258
EGLNativeWindowType window =
windowSurface
.getSurface();
/frameworks/native/opengl/tests/tritex/
tritex.cpp
11
#include <
WindowSurface
.h>
28
int init_gl_surface(const
WindowSurface
&);
101
WindowSurface
windowSurface
;
102
if(!init_gl_surface(
windowSurface
))
121
int init_gl_surface(const
WindowSurface
&
windowSurface
)
144
EGLNativeWindowType window =
windowSurface
.getSurface();
/external/deqp/framework/egl/
egluGLContextFactory.cpp
328
const WindowSurfacePair
windowSurface
= createWindow(m_display, windowFactory, m_eglDisplay, m_eglConfig, config);
329
m_window =
windowSurface
.first;
330
m_eglSurface =
windowSurface
.second;
492
WindowSurfacePair
windowSurface
= createWindow(m_display, m_nativeWindowFactory, m_eglDisplay, m_eglConfig, m_renderConfig);
493
m_window =
windowSurface
.first;
494
m_eglSurface =
windowSurface
.second;
/frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp
30
#include <
WindowSurface
.h>
367
WindowSurface
windowSurface
;
368
EGLNativeWindowType window =
windowSurface
.getSurface();
Completed in 261 milliseconds