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

123

/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec3 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
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp92 contextAttributes.push_back(EGL_NONE);
93 contextAttributes.push_back(EGL_NONE);
109 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE };
294 if (attribute != EGL_NONE) {
325 // this places EGL_NONE at the end
328 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF;
329 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF;
342 if (attribute != EGL_NONE) {
350 mList.add(Attribute(EGL_NONE), EGL_NON local
[all...]
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp79 EGL_NONE
125 EGL_NONE
134 EGL_NONE
146 EGL_NONE
/frameworks/base/libs/hwui/
H A DImage.cpp29 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, 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.cpp172 EGL_CONFIG_CAVEAT, EGL_NONE,
175 EGL_NONE
196 EGL_NONE
208 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
221 EGL_NONE
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp30 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
38 _exceptionMessage = "attrib_list must contain EGL_NONE!";
126 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
134 _exceptionMessage = "attrib_list must contain EGL_NONE!";
H A DeglCreatePbufferFromClientBuffer.cpp29 if (attrib_list[i] == EGL_NONE){
37 _exceptionMessage = "attrib_list must contain EGL_NONE!";
H A DEGL14Header.java-if77 public static final int EGL_NONE = 0x3038;
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp94 EGL_NONE
129 EGL_NONE
168 EGL_NONE
223 EGL_NONE};
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp162 EGL_NONE
231 EGL_NONE
330 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 };
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp36 EGL_NONE
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp35 EGL_NONE
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java167 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
193 EGL10.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/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp150 EGL_NONE
172 EGLint attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
181 EGLint surfaceAttrs[] = { EGL_NONE };
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java59 int EGL_NONE = 0x3038; field in interface:EGL10
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp127 EGL_NONE
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp37 EGL_NONE

Completed in 8864 milliseconds

123