HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NONE (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/skia/src/gpu/android/
SkNativeGLContext_android.cpp 69 EGL_NONE
77 EGL_NONE
85 EGL_NONE
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.cpp 45 mMatchNativePixmap = EGL_NONE;
59 mTransparentType = EGL_NONE;
113 mConfigCaveat = (displayMode.Format == renderTargetFormat) ? EGL_NONE : EGL_SLOW_CONFIG;
160 mMatchNativePixmap = EGL_NONE;
173 mTransparentType = EGL_NONE;
195 for (const EGLint *attr = attribList; attr[0] != EGL_NONE; attr += 2)
237 META_ASSERT(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG);
277 EGL_NONE
307 while (attribute[0] != EGL_NONE)
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 50 EGL10.EGL_NONE
61 int[] attribs = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
65 int[] surfaceSize = { EGL10.EGL_WIDTH, 1, EGL10.EGL_HEIGHT, 1, EGL10.EGL_NONE };
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 43 EGL_NONE
FBConfig.cpp 177 while (attrib_p[0] != EGL_NONE) {
194 *attrib_p = EGL_NONE;
199 while (attrib_p[0] != EGL_NONE) {
FrameBuffer.cpp 38 EGL_NONE
50 EGL_NONE
60 EGL_NONE
174 EGL_NONE
182 EGL_NONE
196 EGL_NONE
233 EGL_NONE
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 65 EGL_NONE
100 EGL_NONE
131 EGL_NONE
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 109 EGL_NONE
117 EGL_NONE
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 63 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
67 EGL_NONE };
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 56 return !attrib || attrib[0] == EGL_NONE ;
EglMacApi.cpp 57 visualType = EGL_NONE;
58 EGLenum caveat = EGL_NONE;
67 transparentType = EGL_NONE;
  /sdk/emulator/opengl/tests/ut_renderer/
RendererContext.cpp 25 EGLint context_attributes[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
RendererSurface.cpp 35 attrib[pos++] = EGL_NONE;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 157 EGL_NONE
163 EGL_NONE
200 EGL_NONE
206 EGL_NONE
244 EGL_NONE
435 EGL_NONE
  /cts/tests/tests/textureview/src/android/textureview/cts/
GLProducerThread.java 101 EGL10.EGL_NONE
112 EGL10.EGL_NONE };
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 68 EGL_NONE
76 EGL_NONE
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_environment.cpp 161 EGL_NONE
230 EGL_NONE
329 EGL_NONE
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 85 EGL10.EGL_NONE
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 38 EGL_NONE
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 35 EGL_NONE
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 228 EGL_NONE, 0,
229 EGL_NONE
294 EGL_NONE, EGL_NONE
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GalleryEGLConfigChooser.java 39 EGL10.EGL_NONE
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 115 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
155 EGL10.EGL_NONE
  /frameworks/native/opengl/tests/filter/
filter.cpp 29 EGL_NONE
56 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE };
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
109 EGL10.EGL_NONE

Completed in 527 milliseconds

1 2 3 4