Home
last modified time | relevance | path

Searched refs:EGLConfig (Results 1 – 25 of 102) sorted by relevance

12345

/frameworks/native/opengl/tools/glgen/static/egl/
DEGLConfig.java24 public class EGLConfig extends EGLObjectHandle { class
25 private EGLConfig(long handle) { in EGLConfig() method in EGLConfig
32 if (!(o instanceof EGLConfig)) return false; in equals()
34 EGLConfig that = (EGLConfig) o; in equals()
/frameworks/base/opengl/java/android/opengl/
DEGLConfig.java24 public class EGLConfig extends EGLObjectHandle { class
25 private EGLConfig(long handle) { in EGLConfig() method in EGLConfig
32 if (!(o instanceof EGLConfig)) return false; in equals()
34 EGLConfig that = (EGLConfig) o; in equals()
DEGL14.java196 EGLConfig[] configs, in eglGetConfigs()
209 EGLConfig[] configs, in eglChooseConfig()
220 EGLConfig config, in eglGetConfigAttrib()
230 EGLConfig config, in _eglCreateWindowSurface()
238 EGLConfig config, in _eglCreateWindowSurfaceTexture()
245 EGLConfig config, in eglCreateWindowSurface()
280 EGLConfig config, in eglCreatePbufferSurface()
290 EGLConfig config, in eglCreatePixmapSurface()
340 EGLConfig config, in eglCreatePbufferFromClientBuffer()
352 EGLConfig config, in eglCreatePbufferFromClientBuffer()
[all …]
DGLSurfaceView.java32 import javax.microedition.khronos.egl.EGLConfig;
733 void onSurfaceCreated(GL10 gl, EGLConfig config); in onSurfaceCreated()
785 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext()
792 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext()
822 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, in createWindowSurface()
830 EGLConfig config, Object nativeWindow) { in createWindowSurface()
869 EGLConfig chooseConfig(EGL10 egl, EGLDisplay display); in chooseConfig()
878 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig()
892 EGLConfig[] configs = new EGLConfig[numConfigs]; in chooseConfig()
897 EGLConfig config = chooseConfig(egl, display, configs); in chooseConfig()
[all …]
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java36 …public native boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] confi… in eglChooseConfig()
37 …public native boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, … in eglGetConfigAttrib()
38 …public native boolean eglGetConfigs(EGLDisplay display, EGLConfig[] configs, int config_size, … in eglGetConfigs()
53 …public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context,… in eglCreateContext()
61 …public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)… in eglCreatePbufferSurface()
69 …public EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixma… in eglCreatePixmapSurface()
78 …public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_windo… in eglCreateWindowSurface()
148 …private native long _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_conte… in _eglCreateContext()
149 …private native long _eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_li… in _eglCreatePbufferSurface()
150 …private native void _eglCreatePixmapSurface(EGLSurface sur, EGLDisplay display, EGLConfig config, … in _eglCreatePixmapSurface()
[all …]
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java43 import javax.microedition.khronos.egl.EGLConfig;
80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig()
131 EGLConfig[] configs = new EGLConfig[numConfigs]; in chooseConfig()
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig()
138 EGLConfig[] configs) { in chooseConfig()
139 EGLConfig closestConfig = null; in chooseConfig()
141 for(EGLConfig config : configs) { in chooseConfig()
169 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
178 EGLConfig[] configs) { in printConfigs()
[all …]
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java43 import javax.microedition.khronos.egl.EGLConfig;
80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig()
131 EGLConfig[] configs = new EGLConfig[numConfigs]; in chooseConfig()
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig()
138 EGLConfig[] configs) { in chooseConfig()
139 EGLConfig closestConfig = null; in chooseConfig()
141 for(EGLConfig config : configs) { in chooseConfig()
169 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
178 EGLConfig[] configs) { in printConfigs()
[all …]
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java36 import javax.microedition.khronos.egl.EGLConfig;
83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
124 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig()
134 EGLConfig[] configs = new EGLConfig[numConfigs]; in chooseConfig()
140 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig()
141 EGLConfig[] configs) { in chooseConfig()
142 EGLConfig closestConfig = null; in chooseConfig()
144 for(EGLConfig config : configs) { in chooseConfig()
172 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
181 EGLConfig[] configs) { in printConfigs()
[all …]
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec6 EGLBoolean eglGetConfigs ( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_conf…
7 EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint …
8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, cons…
10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
18 …ClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG…
23 EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL…
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h71 typedef void *EGLConfig;
202 GLAPI EGLBoolean APIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EG…
203 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *co…
204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, E…
206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowTyp…
207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapTyp…
208 GLAPI EGLSurface APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *…
212 GLAPI EGLContext APIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list…
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java97 …boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config… in eglChooseConfig()
99 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext()
100 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface()
102 …EGLSurface eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int… in eglCreatePixmapSurface()
103 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface()
106 … boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); in eglGetConfigAttrib()
107 …boolean eglGetConfigs(EGLDisplay display, EGLConfig[] configs, int config_size, int[] num_conf… in eglGetConfigs()
/frameworks/native/opengl/libs/EGL/
Degl_entries.in4 EGL_ENTRY(EGLBoolean, eglGetConfigs, EGLDisplay, EGLConfig*, EGLint, EGLint*)
5 EGL_ENTRY(EGLBoolean, eglChooseConfig, EGLDisplay, const EGLint *, EGLConfig *, EGLint, EGLint *)
7 EGL_ENTRY(EGLBoolean, eglGetConfigAttrib, EGLDisplay, EGLConfig, EGLint, EGLint *)
8 EGL_ENTRY(EGLSurface, eglCreateWindowSurface, EGLDisplay, EGLConfig, NativeWindowType, const EGLint…
9 EGL_ENTRY(EGLSurface, eglCreatePixmapSurface, EGLDisplay, EGLConfig, NativePixmapType, const EGLint…
10 EGL_ENTRY(EGLSurface, eglCreatePbufferSurface, EGLDisplay, EGLConfig, const EGLint *)
13 EGL_ENTRY(EGLContext, eglCreateContext, EGLDisplay, EGLConfig, EGLContext, const EGLint *)
41 … eglCreatePbufferFromClientBuffer, EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const EGLint *)
72 EGL_ENTRY(EGLSurface, eglCreateStreamProducerSurfaceKHR, EGLDisplay, EGLConfig, EGLStreamKHR…
/frameworks/native/opengl/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_…
124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi…
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribut…
130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size…
204 …mClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG…
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp10 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config); in android_eglCreateWindowSurface()
58 (EGLConfig)config_native, in android_eglCreateWindowSurface()
83 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config); in android_eglCreateWindowSurfaceTexture()
140 (EGLConfig)config_native, in android_eglCreateWindowSurfaceTexture()
DeglCreateWindowSurface.java5 EGLConfig config, in _eglCreateWindowSurface()
13 EGLConfig config, in _eglCreateWindowSurfaceTexture()
20 EGLConfig config, in eglCreateWindowSurface()
DeglCreatePbufferFromClientBuffer.java7 EGLConfig config, in eglCreatePbufferFromClientBuffer()
19 EGLConfig config, in eglCreatePbufferFromClientBuffer()
DeglCreatePbufferFromClientBuffer.nativeReg1 {"eglCreatePbufferFromClientBuffer", "(Landroid/opengl/EGLDisplay;IILandroid/opengl/EGLConfig;[II)L…
2 {"eglCreatePbufferFromClientBuffer", "(Landroid/opengl/EGLDisplay;IJLandroid/opengl/EGLConfig;[II)L…
DeglCreatePbufferFromClientBuffer.cpp10 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config); in android_eglCreatePbufferFromClientBuffer()
46 (EGLConfig)config_native, in android_eglCreatePbufferFromClientBuffer()
DeglCreateWindowSurface.nativeReg1 {"_eglCreateWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lang/Objec…
2 {"_eglCreateWindowSurfaceTexture", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lan…
/frameworks/native/opengl/tests/lib/include/
DEGLUtils.h48 EGLConfig* outConfig);
54 EGLConfig* outConfig);
60 static inline String8 printEGLConfiguration(EGLDisplay dpy, EGLConfig config);
96 EGLConfig* outConfig) in selectConfigForPixelFormat()
110 std::vector<EGLConfig> configs(numConfigs); in selectConfigForPixelFormat()
116 EGLConfig config = NULL; in selectConfigForPixelFormat()
138 EGLConfig* outConfig) in selectConfigForNativeWindow()
189 String8 EGLUtils::printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { in printEGLConfiguration()
254 std::vector<EGLConfig> configs(numConfig); in printEGLConfigurations()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp278 EGLConfig *configs = (EGLConfig *) 0; in android_eglGetConfigs()
297 configs = new EGLConfig[_configsRemaining]; in android_eglGetConfigs()
319 (EGLConfig *)configs, in android_eglGetConfigs()
356 EGLConfig *configs = (EGLConfig *) 0; in android_eglChooseConfig()
405 configs = new EGLConfig[_configsRemaining]; in android_eglChooseConfig()
434 (EGLConfig *)configs, in android_eglChooseConfig()
470 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config); in android_eglGetConfigAttrib()
500 (EGLConfig)config_native, in android_eglGetConfigAttrib()
525 EGLConfig config_native = (EGLConfig) fromEGLHandle(_env, eglconfigGetHandleID, config); in android_eglCreateWindowSurface()
573 (EGLConfig)config_native, in android_eglCreateWindowSurface()
[all …]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java37 import javax.microedition.khronos.egl.EGLConfig;
86 private EGLConfig mEglConfig; in onSurfaceTextureAvailable()
166 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in onSurfaceTextureAvailable()
171 private EGLConfig chooseEglConfig() { in onSurfaceTextureAvailable()
173 EGLConfig[] configs = new EGLConfig[1]; in onSurfaceTextureAvailable()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java33 import javax.microedition.khronos.egl.EGLConfig;
59 private static EGLConfig mEglConfig = null;
89 EGLConfig eglConfig = chooseEglConfig(egl, eglDisplay); in newTarget()
119 EGLConfig eglConfig = chooseEglConfig(mEgl, mDisplay); in forSurfaceHolder()
138 EGLConfig eglConfig = chooseEglConfig(mEgl, mDisplay); in forSurfaceTexture()
157 EGLConfig eglConfig = chooseEglConfig(mEgl, mDisplay); in forSurface()
319 private static EGLConfig chooseEglConfig(EGL10 egl, EGLDisplay display) { in chooseEglConfig()
322 EGLConfig[] configs = new EGLConfig[1]; in chooseEglConfig()
383 private static EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext()
391 EGLConfig eglConfig = chooseEglConfig(egl, display); in createSurface()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp78 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfig()
80 memset(configs, 9, sizeof(EGLConfig) * config_size); in eglChooseConfig()
85 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, in eglCreateWindowSurface()
90 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface()
116 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, in eglCreateContext()
/frameworks/native/opengl/specs/
DEGL_ANDROID_recordable.txt42 boolean EGLConfig attribute that indicates whether the EGLConfig supports
77 subsection titled Other EGLConfig Attribute Descriptions.
105 any drawback associated with using a recordable EGLConfig. Such
121 In this case, the VisualID of the EGLConfig would correspond to a YUV
123 EGLConfig would likely have the EGL_SLOW_CONFIG caveat because using that
129 video encoder. In this case, the VisualID of the EGLConfig would
131 read. The EGLConfig would likely not need to have any caveat set, as using

12345