HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NONE (Results 126 - 150 of 239) sorted by null

1 2 3 4 56 7 8 910

  /external/deqp/framework/egl/
egluGLContextFactory.cpp 238 const EGLAttrib attribList[] = { EGL_NONE };
261 const EGLAttrib attribList[] = { EGL_NONE };
287 EGL_NONE
egluUtil.cpp 56 attribList.push_back(EGL_NONE);
425 for (const EGLAttrib* attrib = attribs; *attrib != EGL_NONE; attrib += 2)
435 legacyAttribs.push_back(EGL_NONE);
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 119 while (attributes[0] != EGL_NONE)
173 attribList.push_back(EGL_NONE);
308 return EGL_NONE;
434 // { EGL_MATCH_NATIVE_PIXMAP, EGL_NONE, },
teglImageTests.cpp 207 CHECK_CREATE("Testing bad display (-1)...", (EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, EGL_BAD_DISPLAY);
208 CHECK_CREATE("Testing bad context (-1)...", m_display, (EGLContext)-1, EGL_NONE, EGL_BAD_CONTEXT);
464 EGLint attribs[] = { EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_NONE };
teglMakeCurrentPerfTests.cpp 201 EGL_NONE
262 EGL_NONE
379 EGL_NONE
teglRobustnessTests.cpp 152 while ((*iter) != EGL_NONE)
199 attribListString << "EGL_NONE";
404 while ((*iter) != EGL_NONE)
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 534 EGL14.EGL_NONE
554 EGL14.EGL_NONE
609 EGL14.EGL_NONE
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestBuffer.cpp 153 EGL_NONE
175 EGLint attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
184 EGLint surfaceAttrs[] = { EGL_NONE };
  /frameworks/rs/driver/
rsdGL.cpp 220 configAttribsPtr[0] = EGL_NONE;
230 EGLint context_attribs2[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
317 EGLint pbuffer_attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
  /frameworks/base/core/jni/
android_opengl_EGL14.cpp 379 if (attrib_list[i] == EGL_NONE){
387 _exceptionMessage = "attrib_list must contain EGL_NONE!";
545 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
553 _exceptionMessage = "attrib_list must contain EGL_NONE!";
641 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
649 _exceptionMessage = "attrib_list must contain EGL_NONE!";
698 if (attrib_list[i] == EGL_NONE){
706 _exceptionMessage = "attrib_list must contain EGL_NONE!";
873 if (attrib_list[i] == EGL_NONE){
881 _exceptionMessage = "attrib_list must contain EGL_NONE!";
    [all...]
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 184 EGL10.EGL_NONE
189 int[] gles2 = new int[] {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE};
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 405 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
431 EGL10.EGL_NONE
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
ImageFlipRenderThread.java 356 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE};
382 EGL10.EGL_NONE
  /frameworks/native/cmds/flatland/
GLHelper.cpp 64 EGL_NONE
75 EGL_NONE
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 369 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
377 EGL_NONE };
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 338 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
342 EGL_NONE };
  /cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 34 EGL_NONE };
  /cts/tests/tests/graphics/jni/
android_graphics_cts_CameraGpuCtsActivity.cpp 221 EGL_NONE,
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 62 EGL10.EGL_NONE
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 654 EGL_NONE, 0
673 EGL_NONE, 0
708 EGL_NONE, 0
935 EGL_NONE
    [all...]
  /external/skia/src/gpu/
GrAHardwareBufferImageGenerator.cpp 167 EGL_NONE };
  /external/skqp/src/gpu/
GrAHardwareBufferImageGenerator.cpp 167 EGL_NONE };
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 76 EGL_NONE
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 437 EGL14.EGL_NONE
447 EGL14.EGL_NONE
462 EGL14.EGL_NONE
484 EGL14.EGL_NONE
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 77 public static final int EGL_NONE = 0x3038;

Completed in 1214 milliseconds

1 2 3 4 56 7 8 910