Home
last modified time | relevance | path

Searched refs:GL_EXPORT (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/ui/gl/
Dgl_switches.h15 GL_EXPORT extern const char kGLImplementationDesktopName[];
16 GL_EXPORT extern const char kGLImplementationOSMesaName[];
17 GL_EXPORT extern const char kGLImplementationAppleName[];
18 GL_EXPORT extern const char kGLImplementationEGLName[];
19 GL_EXPORT extern const char kGLImplementationSwiftShaderName[];
26 GL_EXPORT extern const char kEnableD3D11[];
27 GL_EXPORT extern const char kDisableD3D11[];
28 GL_EXPORT extern const char kDisableGpuVsync[];
29 GL_EXPORT extern const char kEnableGPUServiceLogging[];
30 GL_EXPORT extern const char kEnableGPUClientLogging[];
[all …]
Dgl_bindings.h227 struct GL_EXPORT DriverGL {
244 struct GL_EXPORT DriverOSMESA {
257 struct GL_EXPORT DriverWGL {
271 struct GL_EXPORT DriverEGL {
285 struct GL_EXPORT DriverGLX {
300 GL_EXPORT extern base::ThreadLocalPointer<GLApi>* g_current_gl_context_tls;
302 GL_EXPORT extern OSMESAApi* g_current_osmesa_context;
303 GL_EXPORT extern DriverGL g_driver_gl;
304 GL_EXPORT extern DriverOSMESA g_driver_osmesa;
308 GL_EXPORT extern EGLApi* g_current_egl_context;
[all …]
Dgl_implementation.h45 GL_EXPORT bool InitializeGLBindings(GLImplementation implementation);
48 GL_EXPORT bool InitializeGLExtensionBindings(GLImplementation implementation,
54 GL_EXPORT void ClearGLBindings();
57 GL_EXPORT void SetGLImplementation(GLImplementation implementation);
60 GL_EXPORT GLImplementation GetGLImplementation();
64 GL_EXPORT bool HasDesktopGLFeatures();
91 GL_EXPORT bool GetGLWindowSystemBindingInfo(GLWindowSystemBindingInfo* info);
Dgl_export.h12 #define GL_EXPORT __declspec(dllexport) macro
14 #define GL_EXPORT __declspec(dllimport) macro
19 #define GL_EXPORT __attribute__((visibility("default"))) macro
21 #define GL_EXPORT macro
26 #define GL_EXPORT macro
Dgl_gl_api_implementation.h29 class GL_EXPORT GLApiBase : public GLApi {
45 class GL_EXPORT RealGLApi : public GLApiBase {
53 class GL_EXPORT TraceGLApi : public GLApi {
70 class GL_EXPORT VirtualGLApi : public GLApiBase {
Dgl_osmesa_api_implementation.h21 class GL_EXPORT OSMESAApiBase : public OSMESAApi {
36 class GL_EXPORT RealOSMESAApi : public OSMESAApiBase {
44 class GL_EXPORT TraceOSMESAApi : public OSMESAApi {
Dgl_wgl_api_implementation.h23 class GL_EXPORT WGLApiBase : public WGLApi {
38 class GL_EXPORT RealWGLApi : public WGLApiBase {
46 class GL_EXPORT TraceWGLApi : public WGLApi {
Dgl_glx_api_implementation.h23 class GL_EXPORT GLXApiBase : public GLXApi {
38 class GL_EXPORT RealGLXApi : public GLXApiBase {
46 class GL_EXPORT TraceGLXApi : public GLXApi {
Dgl_egl_api_implementation.h23 class GL_EXPORT EGLApiBase : public EGLApi {
38 class GL_EXPORT RealEGLApi : public EGLApiBase {
47 class GL_EXPORT TraceEGLApi : public EGLApi {
Dgl_surface_egl.h25 class GL_EXPORT GLSurfaceEGL : public GLSurface {
51 class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
89 class GL_EXPORT PbufferGLSurfaceEGL : public GLSurfaceEGL {
117 class GL_EXPORT SurfacelessEGL : public GLSurfaceEGL {
Dscoped_binders.h14 class GL_EXPORT ScopedFrameBufferBinder {
31 class GL_EXPORT ScopedTextureBinder {
Dgl_surface_glx.h21 class GL_EXPORT GLSurfaceGLX : public GLSurface {
51 class GL_EXPORT NativeViewGLSurfaceGLX : public GLSurfaceGLX {
116 class GL_EXPORT PbufferGLSurfaceGLX : public GLSurfaceGLX {
Dgl_context.h23 class GL_EXPORT GLContext : public base::RefCounted<GLContext> {
134 class GL_EXPORT GLContextReal : public GLContext {
Dgl_surface.h23 class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> {
126 class GL_EXPORT GLSurfaceAdapter : public GLSurface {
Dgl_bindings_skia_in_process.h16 GL_EXPORT GrGLInterface* CreateInProcessSkiaGLBinding();
Dgl_interface.h16 class GL_EXPORT GLInterface {
Dgl_state_restorer.h15 class GL_EXPORT GLStateRestorer {
Dgl_fence.h13 class GL_EXPORT GLFence {
Dgl_image_stub.h13 class GL_EXPORT GLImageStub : public GLImage {
Dgl_surface_stub.h13 class GL_EXPORT GLSurfaceStub : public GLSurface {
Dscoped_make_current.h19 class GL_EXPORT ScopedMakeCurrent {
Dgpu_switching_manager.h20 class GL_EXPORT GpuSwitchingManager {
/external/chromium_org/ui/gl/android/
Dgl_jni_registrar.h17 GL_EXPORT bool RegisterJni(JNIEnv* env);
Dsurface_texture_listener.h20 class GL_EXPORT SurfaceTextureListener {
/external/chromium_org/android_webview/browser/
Daw_gl_surface.h15 class GL_EXPORT AwGLSurface : public gfx::GLSurface {

12