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

1 2 3 4 5 6 7 8 910

  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 3 eglChooseConfig nullAllowed configs check configs config_size check num_config 1 sentinel attrib_list EGL_NONE
5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
6 eglCreatePbufferSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
7 //unsupported: eglCreatePixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
11 //STUB function: eglCreatePbufferFromClientBuffer nullAllowed attrib_list sentinel attrib_list EGL_NONE
12 eglCreateContext sentinel attrib_list EGL_NONE
  /external/deqp/framework/egl/
egluNativeDisplay.cpp 39 DE_ASSERT(platformType != EGL_NONE && platformExtension);
45 , m_platformType (EGL_NONE)
88 DE_ASSERT(platformType != EGL_NONE && platformExtension);
95 , m_platformType (EGL_NONE)
egluConfigInfo.hpp 116 , yuvOrder (EGL_NONE)
118 , yuvSubsample (EGL_NONE)
119 , yuvDepthRange (EGL_NONE)
120 , yuvCscStandard (EGL_NONE)
egluStrUtil.cpp 48 if (attribFmt.value == EGL_NONE)
49 return str << "EGL_NONE";
160 if (attrib == EGL_NONE)
163 str << "EGL_NONE";
200 if (attrib == EGL_NONE)
203 str << "EGL_NONE";
240 if (attrib == EGL_NONE)
243 str << "EGL_NONE";
egluStrUtil.inl 139 case EGL_NONE: return "EGL_NONE";
186 case EGL_NONE: return "EGL_NONE";
197 case EGL_NONE: return "EGL_NONE";
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 58 EGL10.EGL_NONE
66 EGL10.EGL_NONE
74 EGL10.EGL_NONE
83 EGL10.EGL_NONE
91 EGL10.EGL_NONE
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 38 EGL_NONE
47 EGL_NONE
52 EGL_NONE
57 EGL_NONE
80 EGL_NONE
99 EGL_NONE
107 EGL_NONE
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 84 while (attribList[size] != EGL_NONE)
212 while ((*iter) != EGL_NONE)
314 while ((*iter) != EGL_NONE)
364 attribListString << "EGL_NONE";
377 while ((*iter) != EGL_NONE)
670 while ((*iter) != EGL_NONE)
900 EGL_NONE
1121 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE} },
1123 { EGL_CONTEXT_MAJOR_VERSION_KHR, 1, EGL_CONTEXT_MINOR_VERSION_KHR, 1, EGL_NONE } },
1127 { EGL_CONTEXT_MAJOR_VERSION_KHR, 2, EGL_CONTEXT_MINOR_VERSION_KHR, 0, EGL_NONE } },
    [all...]
teglCreateContextTests.cpp 66 static const EGLint es1Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
67 static const EGLint es2Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
68 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE };
teglSurfacelessContextTests.cpp 80 static const EGLint es1Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
81 static const EGLint es2Attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
82 static const EGLint es3Attrs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, 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 };
292 if (attribute != EGL_NONE) {
323 // this places EGL_NONE at the end
326 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF;
327 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF;
340 if (attribute != EGL_NONE) {
348 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 29 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
  /frameworks/base/services/core/jni/
com_android_server_AssetAtlasService.cpp 96 EGL_NONE
121 EGLint attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
129 EGLint surfaceAttrs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
144 EGLint imageAttrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 233 highPerf ? EGL_CONTEXT_PRIORITY_LEVEL_IMG : EGL10.EGL_NONE,
234 highPerf ? mPriority : EGL10.EGL_NONE, EGL10.EGL_NONE };
259 highPerf ? EGL_PROTECTED_CONTENT_EXT : EGL10.EGL_NONE,
260 highPerf ? EGL14.EGL_TRUE : EGL10.EGL_NONE, EGL10.EGL_NONE };
285 int[] attrib_list = { highPerf ? EGL_PROTECTED_CONTENT_EXT : EGL10.EGL_NONE,
286 highPerf ? EGL14.EGL_TRUE : EGL10.EGL_NONE, EGL10.EGL_NONE };
311 EGL10.EGL_NONE
    [all...]
  /external/skia/src/gpu/gl/command_buffer/
SkCommandBufferGLContext.cpp 46 #define EGL_NONE 0x3038
159 EGL_NONE
165 EGL_NONE
172 static const EGLint surfaceAttribs[] = { EGL_NONE };
185 EGL_NONE
188 configAttribs[12] = EGL_NONE;
243 EGL_NONE
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 145 EGL14.EGL_NONE
157 EGL14.EGL_NONE
171 EGL14.EGL_NONE
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 84 EGL14.EGL_NONE
95 EGL14.EGL_NONE
124 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 };
  /external/skia/platform_tools/android/apps/visualbench/src/main/jni/
SkOSWindow_AndroidNative.cpp 28 EGL_NONE
33 EGL_NONE
82 EGL_NONE
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 64 EGL_NONE
99 EGL_NONE
138 EGL_NONE
  /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)
  /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};

Completed in 2887 milliseconds

1 2 3 4 5 6 7 8 910