Searched refs:EGL_NONE (Results 1 - 25 of 93) sorted by relevance

1234

/external/deqp/framework/egl/
H A DegluNativeDisplay.cpp36 DE_ASSERT(platformType != EGL_NONE && platformExtension);
42 , m_platformType (EGL_NONE)
73 DE_ASSERT(platformType != EGL_NONE && platformExtension);
80 , m_platformType (EGL_NONE)
H A DegluStrUtil.cpp54 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/
H A DSkANGLEGLContext.cpp71 EGL_NONE
79 EGL_NONE
87 EGL_NONE
/external/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp71 EGL_NONE
79 EGL_NONE
87 EGL_NONE
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DSampleApplication.cpp162 EGL_NONE
175 EGL_NONE, EGL_NONE,
194 EGL_NONE
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp56 EGL_NONE
61 EGL_NONE
112 EGL_NONE
130 EGL_NONE
/external/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp56 EGL_NONE
61 EGL_NONE
112 EGL_NONE
130 EGL_NONE
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp119 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
1217 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} },
1219 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 1, EGL_NONE } },
1223 { EGL_CONTEXT_MAJOR_VERSION_KHR, 2, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE } },
[all...]
H A DteglCreateContextTests.cpp70 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 };
H A DteglSurfacelessContextTests.cpp77 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 };
H A DteglNegativeApiTests.cpp59 // - 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...]
/external/chromium_org/ui/gl/
H A Dgl_image_android_native_buffer.cc25 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
97 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE};
H A Dgl_context_egl.cc42 EGL_NONE
48 EGL_NONE
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp87 mConfigCaveat = (desc.fastConfig) ? EGL_NONE : EGL_SLOW_CONFIG;
118 mMatchNativePixmap = EGL_NONE;
131 mTransparentType = EGL_NONE;
159 for (const EGLint *attr = attribList; attr[0] != EGL_NONE; attr += 2)
201 META_ASSERT(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG);
241 EGL_NONE
270 while (attribute[0] != EGL_NONE)
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.c91 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)
H A Deglconfig.c65 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...]
H A Deglimage.c56 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
H A Deglsync.c47 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
/external/mesa3d/src/egl/main/
H A Deglcontext.c91 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)
H A Deglconfig.c65 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...]
H A Deglimage.c56 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
H A Deglsync.c47 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native_x11.cc24 EGL_NONE
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleView.java226 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/
H A DSkiaSampleView.java226 EGL10.EGL_NONE
233 configSpec[16] = EGL10.EGL_NONE;
254 EGL10.EGL_NONE
261 configSpec[12] = EGL10.EGL_NONE;

Completed in 715 milliseconds

1234