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

12 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.c 91 if (api == EGL_OPENVG_API && attrib_list[0] != EGL_NONE) {
96 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
362 if (api == EGL_NONE) {
370 ctx->WindowRenderBuffer = EGL_NONE;
404 return EGL_NONE;
405 if (surf->Type == EGL_WINDOW_BIT && ctx->WindowRenderBuffer != EGL_NONE)
eglconfig.c 65 conf->ConfigCaveat = EGL_NONE;
66 conf->TransparentType = EGL_NONE;
67 conf->NativeVisualType = EGL_NONE;
230 EGL_NONE },
242 EGL_NONE },
297 if (val != EGL_NONE && val != EGL_SLOW_CONFIG &&
302 if (val != EGL_NONE && val != EGL_TRANSPARENT_RGB)
405 if (conf->NativeVisualID != 0 || conf->NativeVisualType != EGL_NONE)
519 for (i = 0; attrib_list && attrib_list[i] != EGL_NONE; i += 2) {
549 if (conf->TransparentType == EGL_NONE) {
    [all...]
eglimage.c 56 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
eglsync.c 47 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
  /external/mesa3d/src/egl/main/
eglcontext.c 91 if (api == EGL_OPENVG_API && attrib_list[0] != EGL_NONE) {
96 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
362 if (api == EGL_NONE) {
370 ctx->WindowRenderBuffer = EGL_NONE;
404 return EGL_NONE;
405 if (surf->Type == EGL_WINDOW_BIT && ctx->WindowRenderBuffer != EGL_NONE)
eglconfig.c 65 conf->ConfigCaveat = EGL_NONE;
66 conf->TransparentType = EGL_NONE;
67 conf->NativeVisualType = EGL_NONE;
230 EGL_NONE },
242 EGL_NONE },
297 if (val != EGL_NONE && val != EGL_SLOW_CONFIG &&
302 if (val != EGL_NONE && val != EGL_TRANSPARENT_RGB)
405 if (conf->NativeVisualID != 0 || conf->NativeVisualType != EGL_NONE)
519 for (i = 0; attrib_list && attrib_list[i] != EGL_NONE; i += 2) {
549 if (conf->TransparentType == EGL_NONE) {
    [all...]
eglimage.c 56 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
eglsync.c 47 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java 82 int[] contextAttributes = { EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL14.EGL_NONE };
139 EGL14.EGL_NONE};
  /external/chromium_org/ui/gl/
gl_context_egl.cc 42 EGL_NONE
48 EGL_NONE
gl_image_android_native_buffer.cc 27 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
102 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, 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 };
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 59 // - EGL_BAD_MATCH is generated if the current rendering API is EGL_NONE
91 static const EGLint s_emptyAttribList[] = { EGL_NONE };
92 static const EGLint s_es1ContextAttribList[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
93 static const EGLint s_es2ContextAttribList[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
179 static const EGLint s_invalidChooseConfigAttribList0[] = { 0, EGL_NONE };
181 static const EGLint s_invalidChooseConfigAttribList2[] = { EGL_BIND_TO_TEXTURE_RGB, 4, EGL_NONE };
182 static const EGLint s_invalidChooseConfigAttribList3[] = { EGL_BIND_TO_TEXTURE_RGBA, 5, EGL_NONE };
183 static const EGLint s_invalidChooseConfigAttribList4[] = { EGL_COLOR_BUFFER_TYPE, 0, EGL_NONE };
184 static const EGLint s_invalidChooseConfigAttribList5[] = { EGL_MATCH_NATIVE_PIXMAP, -1, EGL_NONE };
185 static const EGLint s_invalidChooseConfigAttribList6[] = { EGL_NATIVE_RENDERABLE, 6, EGL_NONE };
    [all...]
teglRenderCase.cpp 196 EGL_NONE
243 EGLint api = EGL_NONE;
280 contextAttribs.push_back(EGL_NONE);
318 static const EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
324 static const EGLint attribs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
330 static const EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
336 static const EGLint attribs[] = { EGL_NONE };
teglChooseConfigReference.cpp 64 : name (EGL_NONE)
65 , value (EGL_NONE)
87 case EGL_NONE: return 0;
223 rules[EGL_MATCH_NATIVE_PIXMAP] = AttribRule(EGL_MATCH_NATIVE_PIXMAP, EGL_NONE, CRITERIA_SPECIAL, SORTORDER_NONE);
233 rules[EGL_TRANSPARENT_TYPE] = AttribRule(EGL_TRANSPARENT_TYPE, EGL_NONE, CRITERIA_EXACT, SORTORDER_NONE);
307 TCU_CHECK(rule.value == EGL_NONE); // Not supported
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_x11.cc 24 EGL_NONE
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 226 EGL10.EGL_NONE
233 configSpec[16] = EGL10.EGL_NONE;
254 EGL10.EGL_NONE
261 configSpec[12] = EGL10.EGL_NONE;
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 226 EGL10.EGL_NONE
233 configSpec[16] = EGL10.EGL_NONE;
254 EGL10.EGL_NONE
261 configSpec[12] = EGL10.EGL_NONE;
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 128 EGL_CONFIG_CAVEAT, EGL_NONE,
131 EGL_NONE
150 EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, GLES_VERSION, EGL_NONE };
188 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
  /frameworks/base/services/core/jni/
com_android_server_AssetAtlasService.cpp 120 EGL_NONE
145 EGLint attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
153 EGLint surfaceAttrs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
168 EGLint imageAttrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 56 return !attrib || attrib[0] == EGL_NONE ;
  /sdk/emulator/opengl/tests/ut_renderer/
RendererContext.cpp 25 EGLint context_attributes[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 395 EGL_NONE, EGL_NONE
404 EGL_NONE
407 EGL_NONE, EGL_NONE
435 SkASSERT(EGL_NONE == msaaConfigAttribList[kConfigAttribListCnt - 1]);
440 msaaConfigAttribList[kConfigAttribListCnt + 3] = EGL_NONE;
  /external/skia/src/views/win/
SkOSWindow_win.cpp 394 EGL_NONE, EGL_NONE
403 EGL_NONE
406 EGL_NONE, EGL_NONE
434 SkASSERT(EGL_NONE == msaaConfigAttribList[kConfigAttribListCnt - 1]);
439 msaaConfigAttribList[kConfigAttribListCnt + 3] = EGL_NONE;
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 209 EGL14.EGL_NONE
230 EGL14.EGL_NONE
270 EGL14.EGL_NONE, 0, // placeholder for recordable [@-3]
271 EGL14.EGL_NONE
340 EGL14.EGL_NONE
358 EGL14.EGL_NONE

Completed in 2210 milliseconds

12 3 4 5 6 7 8 91011