OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGL15
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
EGL15Test.java
22
//import static android.opengl.
EGL15
.*;
24
import android.opengl.
EGL15
;
52
private EGLDisplay mEglDisplay =
EGL15
.EGL_NO_DISPLAY;
54
private EGLSurface mEglPbuffer =
EGL15
.EGL_NO_SURFACE;
55
private EGLContext mEglContext =
EGL15
.EGL_NO_CONTEXT;
62
mEglDisplay =
EGL15
.eglGetPlatformDisplay(
EGL15
.EGL_PLATFORM_ANDROID_KHR,
67
if (mEglDisplay ==
EGL15
.EGL_NO_DISPLAY) {
108
if (mEglPbuffer ==
EGL15
.EGL_NO_SURFACE) {
119
if (mEglContext ==
EGL15
.EGL_NO_CONTEXT)
[
all
...]
/external/deqp/modules/egl/
teglGetProcAddressTests.cpp
221
EGL15
,
242
case
EGL15
:
264
case
EGL15
:
284
case
EGL15
: return FunctionNames(DE_LENGTH_OF_ARRAY(s_EGL15), s_EGL15);
312
case
EGL15
:
384
coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "
egl15
", "Test EGL 1.5 functions", GetProcAddressCoreFunctionsCase::
EGL15
));
teglCreateSurfaceTests.cpp
64
EGL15
108
case
EGL15
:
135
case
EGL15
:
176
case
EGL15
:
245
case
EGL15
:
438
windowGroup->addChild(new CreateWindowSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),
EGL15
, *i));
453
pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),
EGL15
, *i));
Completed in 119 milliseconds