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

1 2

  /external/chromium_org/ui/gl/
gl_switches.h 10 #include "ui/gl/gl_export.h"
15 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 kDisableD3D11[];
27 GL_EXPORT extern const char kDisableGpuVsync[];
28 GL_EXPORT extern const char kEnableGPUServiceLogging[];
29 GL_EXPORT extern const char kEnableGPUClientLogging[]
    [all...]
gl_export.h 12 #define GL_EXPORT __declspec(dllexport)
14 #define GL_EXPORT __declspec(dllimport)
19 #define GL_EXPORT __attribute__((visibility("default")))
21 #define GL_EXPORT
26 #define GL_EXPORT
gl_bindings_skia_in_process.h 8 #include "ui/gl/gl_export.h"
16 GL_EXPORT GrGLInterface* CreateInProcessSkiaGLBinding();
gl_implementation.h 13 #include "ui/gl/gl_export.h"
30 struct GL_EXPORT GLWindowSystemBindingInfo {
47 GL_EXPORT bool InitializeStaticGLBindings(GLImplementation implementation);
51 GL_EXPORT bool InitializeDynamicGLBindings(GLImplementation implementation,
62 GL_EXPORT bool HasInitializedNullDrawGLBindings();
66 class GL_EXPORT DisableNullDrawGLBindings {
75 GL_EXPORT void ClearGLBindings();
78 GL_EXPORT void SetGLImplementation(GLImplementation implementation);
81 GL_EXPORT GLImplementation GetGLImplementation();
85 GL_EXPORT bool HasDesktopGLFeatures()
    [all...]
gl_osmesa_api_implementation.h 10 #include "ui/gl/gl_export.h"
21 class GL_EXPORT OSMESAApiBase : public OSMESAApi {
36 class GL_EXPORT RealOSMESAApi : public OSMESAApiBase {
44 class GL_EXPORT TraceOSMESAApi : public OSMESAApi {
scoped_binders.h 9 #include "ui/gl/gl_export.h"
14 class GL_EXPORT ScopedFrameBufferBinder {
31 class GL_EXPORT ScopedTextureBinder {
gl_egl_api_implementation.h 10 #include "ui/gl/gl_export.h"
23 class GL_EXPORT EGLApiBase : public EGLApi {
38 class GL_EXPORT RealEGLApi : public EGLApiBase {
47 class GL_EXPORT TraceEGLApi : public EGLApi {
gl_glx_api_implementation.h 10 #include "ui/gl/gl_export.h"
23 class GL_EXPORT GLXApiBase : public GLXApi {
38 class GL_EXPORT RealGLXApi : public GLXApiBase {
46 class GL_EXPORT TraceGLXApi : public GLXApi {
gl_wgl_api_implementation.h 10 #include "ui/gl/gl_export.h"
23 class GL_EXPORT WGLApiBase : public WGLApi {
38 class GL_EXPORT RealWGLApi : public WGLApiBase {
46 class GL_EXPORT TraceWGLApi : public WGLApi {
gl_fence.h 9 #include "ui/gl/gl_export.h"
13 class GL_EXPORT GLFence {
gl_state_restorer.h 9 #include "ui/gl/gl_export.h"
15 class GL_EXPORT GLStateRestorer {
gl_bindings.h 21 #include "ui/gl/gl_export.h"
247 struct GL_EXPORT DriverGL {
267 struct GL_EXPORT DriverOSMESA {
279 struct GL_EXPORT DriverWGL {
292 struct GL_EXPORT DriverEGL {
305 struct GL_EXPORT DriverGLX {
319 GL_EXPORT extern base::ThreadLocalPointer<GLApi>* g_current_gl_context_tls;
321 GL_EXPORT extern OSMESAApi* g_current_osmesa_context;
322 GL_EXPORT extern DriverGL g_driver_gl;
323 GL_EXPORT extern DriverOSMESA g_driver_osmesa
    [all...]
gl_context_stub_with_extensions.h 15 class GL_EXPORT GLContextStubWithExtensions : public gfx::GLContextStub {
gl_fence_arb.h 15 class GL_EXPORT GLFenceARB : public GLFence {
gl_fence_egl.h 15 class GL_EXPORT GLFenceEGL : public GLFence {
gl_fence_nv.h 15 class GL_EXPORT GLFenceNV : public GLFence {
gl_image_stub.h 13 class GL_EXPORT GLImageStub : public GLImage {
gl_surface_stub.h 13 class GL_EXPORT GLSurfaceStub : public GLSurface {
gl_image_android_native_buffer.h 12 class GL_EXPORT GLImageAndroidNativeBuffer : public GLImageEGL {
scoped_make_current.h 10 #include "ui/gl/gl_export.h"
19 class GL_EXPORT ScopedMakeCurrent {
gl_surface_glx.h 16 #include "ui/gl/gl_export.h"
22 class GL_EXPORT GLSurfaceGLX : public GLSurface {
52 class GL_EXPORT NativeViewGLSurfaceGLX : public GLSurfaceGLX,
96 class GL_EXPORT PbufferGLSurfaceGLX : public GLSurfaceGLX {
  /external/chromium_org/ui/gl/android/
gl_jni_registrar.h 10 #include "ui/gl/gl_export.h"
17 GL_EXPORT bool RegisterJni(JNIEnv* env);
surface_texture_tracker.h 9 #include "ui/gl/gl_export.h"
17 class GL_EXPORT SurfaceTextureTracker {
surface_texture_listener.h 11 #include "ui/gl/gl_export.h"
20 class GL_EXPORT SurfaceTextureListener {
  /external/chromium_org/android_webview/browser/
aw_gl_surface.h 15 class GL_EXPORT AwGLSurface : public gfx::GLSurface {

Completed in 196 milliseconds

1 2