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

1 2 3 4 5

  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 3 eglChooseConfig check configs config_size check num_config 1 sentinel attrib_list EGL_NONE
5 //STUB function: //eglCreateWindowSurface sentinel attrib_list EGL_NONE
6 eglCreatePbufferSurface sentinel attrib_list EGL_NONE
7 //unsupported: eglCreatePixmapSurface sentinel attrib_list EGL_NONE
11 eglCreatePbufferFromClientBuffer sentinel attrib_list EGL_NONE
12 eglCreateContext sentinel attrib_list EGL_NONE
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 69 EGL_NONE
77 EGL_NONE
85 EGL_NONE
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 71 EGL_NONE
79 EGL_NONE
87 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 };
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 83 EGL14.EGL_NONE
95 EGL14.EGL_NONE
106 EGL14.EGL_NONE
OutputSurface.java 147 EGL10.EGL_NONE
158 EGL10.EGL_NONE
172 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
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 76 EGL_NONE };
134 EGL_NONE };
142 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 };
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 48 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
56 _exceptionMessage = "attrib_list must contain EGL_NONE!";
130 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
138 _exceptionMessage = "attrib_list must contain 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

Completed in 1441 milliseconds

1 2 3 4 5