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

1 2 3

  /external/chromium_org/gpu/command_buffer/service/
gpu_switches.h 10 #include "gpu/gpu_export.h"
14 GPU_EXPORT extern const char kCompileShaderAlwaysSucceeds[];
15 GPU_EXPORT extern const char kDisableGLErrorLimit[];
16 GPU_EXPORT extern const char kDisableGLSLTranslator[];
17 GPU_EXPORT extern const char kDisableGpuDriverBugWorkarounds[];
18 GPU_EXPORT extern const char kDisableShaderNameHashing[];
19 GPU_EXPORT extern const char kEnableGPUCommandLogging[];
20 GPU_EXPORT extern const char kEnableGPUDebugging[];
21 GPU_EXPORT extern const char kEnableGPUServiceLoggingGPU[];
22 GPU_EXPORT extern const char kDisableGpuProgramCache[]
    [all...]
gpu_memory_buffer_manager.h 9 #include "gpu/gpu_export.h"
14 class GPU_EXPORT GpuMemoryBufferManagerInterface {
transfer_buffer_manager.h 19 class GPU_EXPORT TransferBufferManagerInterface {
29 class GPU_EXPORT TransferBufferManager
id_manager.h 11 #include "gpu/gpu_export.h"
20 class GPU_EXPORT IdManager {
gl_state_restorer_impl.h 12 #include "gpu/gpu_export.h"
22 class GPU_EXPORT GLStateRestorerImpl : public gfx::GLStateRestorer {
gpu_control_service.h 10 #include "gpu/gpu_export.h"
20 class GPU_EXPORT GpuControlService {
logger.h 13 #include "gpu/gpu_export.h"
22 class GPU_EXPORT Logger {
vertex_array_manager.h 14 #include "gpu/gpu_export.h"
23 class GPU_EXPORT VertexArrayManager {
  /external/chromium_org/gpu/config/
gpu_control_list_jsons.h 8 #include "gpu/gpu_export.h"
12 GPU_EXPORT extern const char kGpuDriverBugListJson[];
13 GPU_EXPORT extern const char kGpuSwitchingListJson[];
14 GPU_EXPORT extern const char kSoftwareRenderingListJson[];
gpu_info_collector.h 11 #include "gpu/gpu_export.h"
34 GPU_EXPORT GpuIDResult CollectGpuID(uint32* vendor_id, uint32* device_id);
40 GPU_EXPORT CollectInfoResult CollectBasicGraphicsInfo(GPUInfo* gpu_info);
44 GPU_EXPORT CollectInfoResult CollectContextGraphicsInfo(GPUInfo* gpu_info);
48 GPU_EXPORT bool GetDxDiagnostics(DxDiagNode* output);
52 GPU_EXPORT CollectInfoResult CollectGraphicsInfoGL(GPUInfo* gpu_info);
55 GPU_EXPORT CollectInfoResult CollectDriverInfoGL(GPUInfo* gpu_info);
60 GPU_EXPORT void MergeGPUInfo(GPUInfo* basic_gpu_info,
64 GPU_EXPORT void MergeGPUInfoGL(GPUInfo* basic_gpu_info,
gpu_util.h 13 #include "gpu/gpu_export.h"
24 GPU_EXPORT void MergeFeatureSets(
29 GPU_EXPORT void ApplyGpuDriverBugWorkarounds(base::CommandLine* command_line);
33 GPU_EXPORT void ApplyGpuDriverBugWorkarounds(
37 GPU_EXPORT void StringToFeatureSet(
gpu_blacklist.h 14 class GPU_EXPORT GpuBlacklist : public GpuControlList {
gpu_driver_bug_list.h 14 #include "gpu/gpu_export.h"
18 class GPU_EXPORT GpuDriverBugList : public GpuControlList {
gpu_performance_stats.h 8 #include "gpu/gpu_export.h"
12 struct GPU_EXPORT GpuPerformanceStats {
dx_diag_node.h 14 #include "gpu/gpu_export.h"
18 struct GPU_EXPORT DxDiagNode {
  /external/chromium_org/gpu/
gpu_export.h 12 #define GPU_EXPORT __declspec(dllexport)
14 #define GPU_EXPORT __declspec(dllimport)
19 #define GPU_EXPORT __attribute__((visibility("default")))
21 #define GPU_EXPORT
26 #define GPU_EXPORT
  /external/chromium_org/gpu/command_buffer/client/
gpu_memory_buffer_factory.h 8 #include "gpu/gpu_export.h"
16 class GPU_EXPORT GpuMemoryBufferFactory {
gpu_control.h 16 #include "gpu/gpu_export.h"
25 class GPU_EXPORT GpuControl {
  /external/chromium_org/gpu/command_buffer/common/
capabilities.h 8 #include "gpu/gpu_export.h"
12 struct GPU_EXPORT Capabilities {
mailbox_holder.h 12 #include "gpu/gpu_export.h"
16 struct GPU_EXPORT MailboxHolder {
mailbox.h 11 #include "gpu/gpu_export.h"
20 struct GPU_EXPORT Mailbox {
buffer.h 12 #include "gpu/gpu_export.h"
20 class GPU_EXPORT BufferBacking {
27 class GPU_EXPORT SharedMemoryBufferBacking : public BufferBacking {
43 class GPU_EXPORT Buffer : public base::RefCountedThreadSafe<Buffer> {
debug_marker_manager.h 10 #include "gpu/gpu_export.h"
16 class GPU_EXPORT DebugMarkerManager {
id_allocator.h 17 #include "gpu/gpu_export.h"
26 class GPU_EXPORT IdAllocatorInterface {
48 class GPU_EXPORT IdAllocator : public IdAllocatorInterface {
  /external/chromium_org/gpu/ipc/
gpu_command_buffer_traits.h 10 #include "gpu/gpu_export.h"
20 struct GPU_EXPORT ParamTraits<gpu::CommandBuffer::State> {
28 struct GPU_EXPORT ParamTraits<gpu::Mailbox> {
36 struct GPU_EXPORT ParamTraits<gpu::MailboxHolder> {

Completed in 211 milliseconds

1 2 3