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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGLConfig.java 19 public abstract class EGLConfig
  /frameworks/base/opengl/java/android/opengl/
EGLConfig.java 21 * Wrapper class for native EGLConfig objects.
24 public class EGLConfig extends EGLObjectHandle {
25 private EGLConfig(long handle) {
32 if (!(o instanceof EGLConfig)) return false;
34 EGLConfig that = (EGLConfig) o;
  /frameworks/native/opengl/tools/glgen/static/egl/
EGLConfig.java 21 * Wrapper class for native EGLConfig objects.
24 public class EGLConfig extends EGLObjectHandle {
25 private EGLConfig(long handle) {
32 if (!(o instanceof EGLConfig)) return false;
34 EGLConfig that = (EGLConfig) o;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreatePbufferFromClientBuffer.java 1 // C function EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
7 EGLConfig config,
19 EGLConfig config,
eglCreatePixmapSurface.java 1 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
6 EGLConfig config,
eglCreateWindowSurface.java 1 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
5 EGLConfig config,
13 EGLConfig config,
20 EGLConfig config,
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLConfigImpl.java 21 public class EGLConfigImpl extends EGLConfig {
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 7 typedef void *EGLConfig;
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.h 58 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value);
59 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value);
60 EGLBoolean getConfigGLPixelFormat(EGLConfig config, GLenum * format);
61 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
63 void dumpConfig(EGLConfig config);
74 EGLBoolean getAttribValue(EGLConfig config, EGLint attribIdxi, EGLint * value);
75 EGLBoolean setAttribValue(EGLConfig config, EGLint attribIdxi, EGLint value);
  /external/swiftshader/src/OpenGL/libEGL/
Display.h 50 bool getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig);
51 bool getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value);
53 EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLint *attribList);
54 EGLSurface createPBufferSurface(EGLConfig config, const EGLint *attribList);
55 EGLContext createContext(EGLConfig configHandle, const Context *shareContext, EGLint clientVersion);
63 bool isValidConfig(EGLConfig config);
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererEightShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
30 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
RendererNineShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
30 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
RendererOneProgramTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
31 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
Egl10Utils.java 23 import javax.microedition.khronos.egl.EGLConfig;
30 static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, int[] configSpec) {
42 EGLConfig[] configs = new EGLConfig[numConfigs];
46 EGLConfig config = chooseConfig(egl, display, configs, configSpec);
73 private static EGLConfig chooseConfig(EGL10 egl, EGLDisplay display,
74 EGLConfig[] configs, int[] configSpec) {
83 for (EGLConfig config : configs) {
109 EGLConfig config, int attribute) {
GLSurfaceViewCtsActivity.java 24 import javax.microedition.khronos.egl.EGLConfig;
43 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
RendererElevenShaderTest.java 19 import javax.microedition.khronos.egl.EGLConfig;
30 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_proc.h 28 typedef EGLBoolean (* eglGetConfigs_t) (EGLDisplay, EGLConfig*, EGLint, EGLint*);
29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
30 typedef EGLBoolean (* eglGetConfigAttrib_t) (EGLDisplay, EGLConfig, EGLint, EGLint*);
31 typedef EGLSurface (* eglCreateWindowSurface_t) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
32 typedef EGLSurface (* eglCreatePbufferSurface_t) (EGLDisplay, EGLConfig, const EGLint*);
33 typedef EGLSurface (* eglCreatePixmapSurface_t) (EGLDisplay, EGLConfig, EGLNativePixmapType, const EGLint*);
40 typedef EGLSurface (* eglCreatePbufferFromClientBuffer_t) (EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const EGLint*);
45 typedef EGLContext (* eglCreateContext_t) (EGLDisplay, EGLConfig, EGLContext, const EGLint*);
  /external/deqp/framework/egl/
egluGLUtil.hpp 42 eglw::EGLContext createGLContext (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, const glu::ContextType& contextType);
43 eglw::EGLConfig chooseConfig (const eglw::Library& egl, eglw::EGLDisplay display, const glu::RenderConfig& config);
  /frameworks/native/opengl/tests/lib/include/
glTestLib.h 32 void glTestPrintEGLConfiguration(EGLDisplay dpy, EGLConfig config);
  /external/deqp/modules/egl/
teglChooseConfigReference.hpp 39 void chooseConfigReference (const eglw::Library& egl, eglw::EGLDisplay display, std::vector<eglw::EGLConfig>& dst, const std::vector<std::pair<eglw::EGLenum, eglw::EGLint> >& attributes);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 6 EGLBoolean eglGetConfigs ( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config )
7 EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config )
8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
9 EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
18 EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
23 EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
  /external/deqp/framework/egl/wrapper/
eglwFuncPtrLibraryDecl.inl 8 EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) const;
12 EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const;
15 EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const;
16 EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) const;
17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const;
18 EGLSurface createPlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) const;
19 EGLSurface createPlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) const;
20 EGLSurface createPlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) const;
21 EGLSurface createPlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) const;
24 EGLSurface createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) const
    [all...]
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 43 import javax.microedition.khronos.egl.EGLConfig;
80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
131 EGLConfig[] configs = new EGLConfig[numConfigs];
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display,
138 EGLConfig[] configs) {
139 EGLConfig closestConfig = null
    [all...]
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 43 import javax.microedition.khronos.egl.EGLConfig;
80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
131 EGLConfig[] configs = new EGLConfig[numConfigs];
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display,
138 EGLConfig[] configs) {
139 EGLConfig closestConfig = null
    [all...]
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 36 import javax.microedition.khronos.egl.EGLConfig;
83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
87 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
124 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
134 EGLConfig[] configs = new EGLConfig[numConfigs];
140 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display,
141 EGLConfig[] configs) {
142 EGLConfig closestConfig = null
    [all...]

Completed in 273 milliseconds

1 2 3 4 5 6 7 8 91011>>