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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/scripts/
gen_egl.py 23 import egl namespace
26 egl.gen()
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL.java 17 package javax.microedition.khronos.egl;
19 public interface EGL {
EGLConfig.java 17 package javax.microedition.khronos.egl;
EGLDisplay.java 17 package javax.microedition.khronos.egl;
EGLSurface.java 17 package javax.microedition.khronos.egl;
EGL11.java 17 package javax.microedition.khronos.egl;
  /device/generic/goldfish-opengl/system/include/GLES/
egl.h 2 * Skeleton egl.h to provide compatibility for early GLES 1.0
4 * in egl.h leading applications to include only egl.h
12 #include <EGL/egl.h>
  /external/deqp/modules/egl/
teglMultiContextTests.hpp 4 * drawElements Quality Program EGL Module
23 * \brief EGL multi context tests
31 namespace egl namespace in namespace:deqp
36 } // egl
teglClientExtensionTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglGLES2SharedRenderingPerfTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglGLES2SharingTests.hpp 4 * drawElements Quality Program EGL Module
23 * \brief EGL gles2 sharing tests
31 namespace egl namespace in namespace:deqp
42 } // egl
teglGLES2SharingThreadedTests.hpp 4 * drawElements Quality Program EGL Module
23 * \brief EGL gles2 sharing threaded tests
32 namespace egl namespace in namespace:deqp
42 } // egl
teglMakeCurrentPerfTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglMemoryStressTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglMultiThreadTests.hpp 4 * drawElements Quality Program EGL Module
23 * \brief Multi threaded EGL tests
31 namespace egl namespace in namespace:deqp
41 } // egl
teglNativeColorMappingTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglNativeCoordMappingTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglSurfacelessContextTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
41 } // egl
teglAndroidUtil.hpp 4 * drawElements Quality Program EGL Module
30 namespace egl namespace in namespace:deqp
38 } // egl
teglBufferAgeTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
45 } // egl
  /external/mesa3d/include/GLES/
egl.h 2 * Skeleton egl.h to provide compatibility for early GLES 1.0
4 * in egl.h leading applications to include only egl.h
12 #include <EGL/egl.h>
  /frameworks/native/opengl/include/GLES/
egl.h 2 * Skeleton egl.h to provide compatibility for early GLES 1.0
4 * in egl.h leading applications to include only egl.h
12 #include <EGL/egl.h>
  /external/deqp/framework/egl/
egluConfigInfo.cpp 21 * \brief EGL config dst->
84 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst)
86 egl.getConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize);
87 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
88 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize);
89 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize);
90 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
91 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
92 egl.getConfigAttrib(display, config, EGL_ALPHA_MASK_SIZE, &dst->alphaMaskSize);
93 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGB, (EGLint*)&dst->bindToTextureRGB)
    [all...]
egluUnique.cpp 21 * \brief EGL unique resources
33 UniqueDisplay::UniqueDisplay (const Library& egl, EGLDisplay display)
34 : m_egl (egl)
50 UniqueSurface::UniqueSurface (const Library& egl, EGLDisplay display, EGLSurface surface)
51 : m_egl (egl)
68 UniqueContext::UniqueContext (const Library& egl, EGLDisplay display, EGLContext context)
69 : m_egl (egl)
86 ScopedCurrentContext::ScopedCurrentContext (const Library& egl, EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context)
87 : m_egl (egl)
98 UniqueImage::UniqueImage (const Library& egl, EGLDisplay display, EGLImage image
    [all...]
  /device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_types.h 18 #include <EGL/egl.h>

Completed in 399 milliseconds

1 2 3 4 5 6 7 8 91011>>