OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:executeForSurface
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglRenderCase.cpp
141
executeForSurface
(display, *surface, Config(config, EGL_WINDOW_BIT, 0));
165
executeForSurface
(display, *surface, Config(config, EGL_PIXMAP_BIT, 0));
192
executeForSurface
(display, *surface, Config(config, EGL_PBUFFER_BIT, 0));
218
void SingleContextRenderCase::
executeForSurface
(EGLDisplay display, EGLSurface surface, const Config& config)
303
void MultiContextRenderCase::
executeForSurface
(EGLDisplay display, EGLSurface surface, const Config& config)
teglCreateContextExtTests.cpp
181
void
executeForSurface
(EGLConfig config, EGLSurface surface);
905
executeForSurface
(config, *surface);
914
executeForSurface
(config, *surface);
923
executeForSurface
(config, *surface);
947
void CreateContextExtCase::
executeForSurface
(EGLConfig config, EGLSurface surface)
[
all
...]
Completed in 91 milliseconds