Searched refs:egl (Results 1 - 25 of 193) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/include/GLES/
H A Degl.h2 * 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/
H A Degl.h2 * 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/
H A DteglChooseConfigReference.hpp31 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
H A DteglClientExtensionTests.hpp31 namespace egl namespace in namespace:deqp
41 } // egl
H A DteglGLES2SharedRenderingPerfTests.hpp31 namespace egl namespace in namespace:deqp
41 } // egl
H A DteglGLES2SharingTests.hpp31 namespace egl namespace in namespace:deqp
42 } // egl
H A DteglGLES2SharingThreadedTests.hpp32 namespace egl namespace in namespace:deqp
42 } // egl
H A DteglMakeCurrentPerfTests.hpp31 namespace egl namespace in namespace:deqp
41 } // egl
H A DteglMemoryStressTests.hpp31 namespace egl namespace in namespace:deqp
41 } // egl
H A DteglMultiThreadTests.hpp31 namespace egl namespace in namespace:deqp
41 } // egl
H A DteglNativeColorMappingTests.hpp31 namespace egl namespace in namespace:deqp
41 } // egl
H A DteglNativeCoordMappingTests.hpp31 namespace egl namespace in namespace:deqp
41 } // egl
H A DteglSurfacelessContextTests.hpp31 namespace egl namespace in namespace:deqp
41 } // egl
H A DteglColorClearCase.hpp34 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
H A DteglChooseConfigTests.hpp31 namespace egl namespace in namespace:deqp
43 } // egl
H A DteglColorClearTests.hpp31 namespace egl namespace in namespace:deqp
43 } // egl
H A DteglCreateContextExtTests.hpp31 namespace egl namespace in namespace:deqp
43 } // egl
H A DteglCreateContextTests.hpp31 namespace egl namespace in namespace:deqp
43 } // egl
H A DteglCreateSurfaceTests.hpp31 namespace egl namespace in namespace:deqp
43 } // egl
H A DteglGetProcAddressTests.hpp31 namespace egl namespace in namespace:deqp
43 } // egl
H A DteglImageTests.hpp31 namespace egl namespace in namespace:deqp
43 } // egl
H A DteglInfoTests.hpp31 namespace egl namespace in namespace:deqp
43 } // egl
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dsurface.cc5 #include "gpu/gles2_conform_support/egl/surface.h"
7 namespace egl { namespace
15 } // namespace egl
/external/chromium_org/third_party/angle/src/libEGL/
H A DlibEGL.cpp22 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)
76 return egl
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dmain.h15 #include <EGL/egl.h>
17 namespace egl namespace
30 egl::Display *display;
33 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
37 egl::Display *getDisplay();
61 void glMakeCurrent(gl::Context *context, egl::Display *display, egl::Surface *surface);
63 rx::Renderer *glCreateRenderer(egl::Display *display, EGLNativeDisplayType nativeDisplay, EGLint requestedDisplayType);
67 bool __stdcall glBindTexImage(egl
[all...]

Completed in 3219 milliseconds

12345678