HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NONE (Results 76 - 100 of 257) sorted by null

1 2 34 5 6 7 8 91011

  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
109 EGL10.EGL_NONE
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 86 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
112 EGL10.EGL_NONE
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 77 public static final int EGL_NONE = 0x3038;
  /hardware/libhardware/tests/hwc/
util.c 168 EGLint context_attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
172 EGL_NONE };
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 136 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
242 EGL10.EGL_NONE
  /external/deqp/modules/egl/
teglQueryContextTests.cpp 160 EGL_NONE
189 static const EGLint es1Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
190 static const EGLint es2Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
191 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
472 else if(api != EGL_NONE && !m_eglTestCtx.isAPISupported(EGL_OPENGL_ES_API))
474 log << TestLog::Message << " Fail, initial value should be EGL_NONE if OpenGL ES is not supported." << TestLog::EndMessage;
teglMemoryStressTests.cpp 199 EGL_NONE
260 EGL_NONE
353 EGL_NONE
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 297 egl_val = EGL_NONE;
302 egl_val = EGL_NONE;
308 egl_val = EGL_NONE;
313 EGL_TRANSPARENT_RGB : EGL_NONE;
412 egl_val = EGL_NONE;
418 egl_val = EGL_NONE;
449 conf->NativeVisualType = EGL_NONE;
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 297 egl_val = EGL_NONE;
302 egl_val = EGL_NONE;
308 egl_val = EGL_NONE;
313 EGL_TRANSPARENT_RGB : EGL_NONE;
412 egl_val = EGL_NONE;
418 egl_val = EGL_NONE;
449 conf->NativeVisualType = EGL_NONE;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 213 EGL14.EGL_NONE
225 EGL14.EGL_NONE
238 EGL14.EGL_NONE
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 344 EGL10.EGL_NONE
384 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
392 int[] attribs = { EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE };
  /frameworks/native/libs/gui/tests/
SRGB_test.cpp 257 EGL_NONE };
267 EGL_NONE } ;
432 EGL_NONE,
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 100 transparentType = EGL_NONE;
137 visualType = EGL_NONE;
143 if (tmp == GLX_NONE) caveat = EGL_NONE;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 111 EGL_NONE
  /external/chromium_org/content/common/gpu/media/
exynos_v4l2_video_device.cc 168 EGL_DMA_BUF_PLANE1_PITCH_EXT, 0, EGL_NONE, };
tegra_v4l2_video_device.cc 180 EGLint attr = EGL_NONE;
  /external/chromium_org/ui/gl/
gl_image_memory.cc 228 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 429 EGL14.EGL_NONE
439 EGL14.EGL_NONE
454 EGL14.EGL_NONE
476 EGL14.EGL_NONE
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 59 int EGL_NONE = 0x3038;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 683 EGL_NONE
726 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
752 EGL_CONFIG_CAVEAT, EGL_NONE,
753 EGL_NONE
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 127 EGL_NONE
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 37 EGL_NONE
  /frameworks/native/opengl/tests/textures/
textures.cpp 34 EGL_NONE
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 217 pbufAttribs[4] = EGL_NONE;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.c 72 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
129 for (i = 0; attrib_list[i] != EGL_NONE; i++) {

Completed in 858 milliseconds

1 2 34 5 6 7 8 91011