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

1 2 3 45 6 7 8 910

  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 206 EGL_NONE
269 EGL_NONE
364 EGL_NONE
teglAndroidUtil.cpp 165 static const EGLint attribs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
teglNegativePartialUpdateTests.cpp 151 static const EGLint contextAttribList[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
164 const EGLint pbufferAttribList[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE };
280 EGL_NONE
504 EGL_NONE
  /external/mesa3d/src/egl/main/
eglsurface.c 74 EGLint attr = EGL_NONE;
75 EGLint val = EGL_NONE;
83 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
eglimage.c 56 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 344 EGL10.EGL_NONE
384 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
392 int[] attribs = { EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE };
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 307 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
311 EGL_NONE };
356 EGLint winAttribs[] = {EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_SRGB_KHR, EGL_NONE};
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl10Utils.java 68 newConfigSpec[len + 1] = EGL10.EGL_NONE;
  /external/drm_hwcomposer/
platformdrmgeneric.cpp 98 EGL_NONE,
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_OSX.mm 168 EGL_NONE
253 EGL_NONE
OGLES2HelloAPI_LinuxX11.cpp 268 EGL_NONE
341 EGL_NONE
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 59 int EGL_NONE = 0x3038;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 124 EGL_NONE
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 37 EGL_NONE
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 91 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
131 EGL10.EGL_NONE
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 158 EGL_NONE
179 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 136 EGL10.EGL_NONE
141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 228 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
232 EGL_NONE };
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 136 EGL10.EGL_NONE
141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 105 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
146 EGL10.EGL_NONE
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 201 int[] attrib_list = { EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
227 EGL10.EGL_NONE
  /frameworks/native/libs/gui/
GLConsumer.cpp     [all...]
  /cts/tests/vr/jni/
VrExtensionsJni.cpp 116 EGLint attrs[] = {EGL_NONE};
398 attrs[0] = EGL_NONE;
399 attrs[1] = EGL_NONE;
401 attrs[2] = EGL_NONE;
402 attrs[3] = EGL_NONE;
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 237 const EGLint attribList[] = {EGL_NONE};
265 const EGLint attribList[] = {EGL_NONE};
681 for(const EGLint* attribute = attrib_list; attribute[0] != EGL_NONE; attribute += 2)
1049 for(const EGLint *attribute = attrib_list; attribute[0] != EGL_NONE; attribute += 2)
1201 if(attrib_list && attrib_list[0] != EGL_NONE)
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 267 while(attrib_list[nAttribs] != EGL_NONE) nAttribs++;
301 for (int i = 0; attribs[i] != EGL_NONE; i++) {
434 while(attrib_list[nAttribs] != EGL_NONE) {

Completed in 3730 milliseconds

1 2 3 45 6 7 8 910