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

123

/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec3 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
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp90 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_NON
[all...]
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp80 EGL_NONE
126 EGL_NONE
135 EGL_NONE
147 EGL_NONE
/frameworks/base/libs/hwui/
H A DImage.cpp31 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp64 EGL_NONE
99 EGL_NONE
138 EGL_NONE
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp63 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
67 EGL_NONE };
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp128 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/
H A Dcom_android_server_AssetAtlasService.cpp120 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 };
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp48 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
56 _exceptionMessage = "attrib_list must contain EGL_NONE!";
130 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
138 _exceptionMessage = "attrib_list must contain EGL_NONE!";
H A DeglCreatePbufferFromClientBuffer.cpp34 if (attrib_list[i] == EGL_NONE){
42 _exceptionMessage = "attrib_list must contain EGL_NONE!";
H A DEGL14Header.java-if77 public static final int EGL_NONE = 0x3038;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp161 EGL_NONE
230 EGL_NONE
329 EGL_NONE
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp82 EGL_NONE };
149 EGL_NONE };
157 EGL_NONE };
H A DMultiTextureConsumer_test.cpp59 EGL_NONE };
H A DSRGB_test.cpp257 EGL_NONE };
267 EGL_NONE } ;
432 EGL_NONE,
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp36 EGL_NONE
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp35 EGL_NONE
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp29 EGL_NONE
58 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE };
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
109 EGL10.EGL_NONE
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
109 EGL10.EGL_NONE
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java86 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
112 EGL10.EGL_NONE
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java344 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/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java429 EGL14.EGL_NONE
439 EGL14.EGL_NONE
454 EGL14.EGL_NONE
476 EGL14.EGL_NONE
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java59 int EGL_NONE = 0x3038; field in interface:EGL10
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java683 EGL_NONE
726 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
752 EGL_CONFIG_CAVEAT, EGL_NONE,
753 EGL_NONE

Completed in 1043 milliseconds

123