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

1 2 3 4 5 6 7 8 91011>>

  /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;
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 7 // libEGL.cpp: Implements the exported EGL functions.
22 bool validateDisplay(egl::Display *display)
26 return egl::error(EGL_BAD_DISPLAY, false);
31 return egl::error(EGL_NOT_INITIALIZED, false);
37 bool validateConfig(egl::Display *display, EGLConfig config)
46 return egl::error(EGL_BAD_CONFIG, false);
52 bool validateContext(egl::Display *display, gl::Context *context)
61 return egl::error(EGL_BAD_CONTEXT, false);
67 bool validateSurface(egl::Display *display, egl::Surface *surface
    [all...]
  /external/chromium_org/gpu/gles2_conform_support/egl/
surface.h 8 #include <EGL/egl.h>
12 namespace egl { namespace
27 } // namespace egl
surface.cc 5 #include "gpu/gles2_conform_support/egl/surface.h"
7 namespace egl { namespace
15 } // namespace egl
  /external/deqp/modules/egl/
teglChooseConfigReference.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
34 void chooseConfigReference (const tcu::egl::Display& display, std::vector<EGLConfig>& dst, const std::vector<std::pair<EGLenum, EGLint> >& attributes);
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
teglColorClearCase.hpp 4 * drawElements Quality Program EGL Module
34 namespace egl namespace in namespace:deqp
43 virtual void executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts);
52 virtual void executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts);
55 } // egl
teglChooseConfigTests.hpp 4 * drawElements Quality Program EGL Module
31 namespace egl namespace in namespace:deqp
43 } // egl
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_types.h 18 #include <EGL/egl.h>

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 91011>>