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

1 2 3 4 5 6 7 8 91011

  /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/deqp/framework/egl/
egluNativeDisplay.cpp 36 DE_ASSERT(platformType != EGL_NONE && platformExtension);
42 , m_platformType (EGL_NONE)
73 DE_ASSERT(platformType != EGL_NONE && platformExtension);
80 , m_platformType (EGL_NONE)
egluStrUtil.cpp 54 if (attribFmt.value == EGL_NONE)
55 return str << "EGL_NONE";
166 if (attrib == EGL_NONE)
169 str << "EGL_NONE";
206 if (attrib == EGL_NONE)
209 str << "EGL_NONE";
246 if (attrib == EGL_NONE)
249 str << "EGL_NONE";
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 74 EGL_NONE
82 EGL_NONE
90 EGL_NONE
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 71 EGL_NONE
79 EGL_NONE
87 EGL_NONE
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
EGLCreateContext_test.cpp 58 // EGL_NONE
102 EGL_NONE
121 EGL_NONE, EGL_NONE, EGL_NONE,
EGLCleanup_test.cpp 231 EGL_NONE
235 EGL_NONE
240 EGL_NONE
GLTest_test.cpp 76 EGL_NONE };
134 EGL_NONE };
142 EGL_NONE };
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 56 EGL_NONE
61 EGL_NONE
121 EGL_NONE
139 EGL_NONE
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 56 EGL_NONE
61 EGL_NONE
112 EGL_NONE
130 EGL_NONE
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 119 while (attribList[size] != EGL_NONE)
246 while((*iter) != EGL_NONE)
347 while ((*iter) != EGL_NONE)
397 attribListString << "EGL_NONE";
412 while ((*iter) != EGL_NONE)
727 while ((*iter) != EGL_NONE)
1016 EGL_NONE
    [all...]
teglCreateContextTests.cpp 70 static const EGLint es1Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
71 static const EGLint es2Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
72 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
teglSurfacelessContextTests.cpp 77 static const EGLint es1Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
78 static const EGLint es2Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
79 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
  /external/chromium_org/third_party/angle/util/
EGLWindow.cpp 80 EGL_NONE,
113 EGL_NONE
133 EGL_NONE, EGL_NONE,
152 EGL_NONE
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 90 EGL_NONE, EGL_NONE
105 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE };
293 if (attribute != EGL_NONE) {
324 // this places EGL_NONE at the end
327 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF;
328 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF;
341 if (attribute != EGL_NONE) {
349 mList.add(EGL_NONE, EGL_NONE)
    [all...]
  /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 };
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 80 EGL_NONE
126 EGL_NONE
135 EGL_NONE
147 EGL_NONE
  /frameworks/base/libs/hwui/
Image.cpp 31 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 43 EGL_NONE
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 20 config_caveat_(EGL_NONE),
38 transparent_type_(EGL_NONE),
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 84 mConfigCaveat = (desc.fastConfig) ? EGL_NONE : EGL_SLOW_CONFIG;
115 mMatchNativePixmap = EGL_NONE;
128 mTransparentType = EGL_NONE;
156 for (const EGLint *attr = attribList; attr[0] != EGL_NONE; attr += 2)
198 META_ASSERT(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG);
238 EGL_NONE
267 while (attribute[0] != EGL_NONE)
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 81 EGL14.EGL_NONE
93 EGL14.EGL_NONE
104 EGL14.EGL_NONE
OutputSurface.java 141 EGL14.EGL_NONE
153 EGL14.EGL_NONE
167 EGL14.EGL_NONE
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 109 EGL_RED_SIZE, 8, EGL_DEPTH_SIZE, 24, EGL_NONE };
122 EGL_RED_SIZE, 8, EGL_DEPTH_SIZE, 16, EGL_NONE };
151 EGL_NONE };
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 64 EGL_NONE
99 EGL_NONE
138 EGL_NONE

Completed in 1079 milliseconds

1 2 3 4 5 6 7 8 91011