OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DxDiagNode
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/gpu/config/
dx_diag_node.cc
9
DxDiagNode
::
DxDiagNode
() {}
11
DxDiagNode
::~
DxDiagNode
() {}
dx_diag_node.h
18
struct GPU_EXPORT
DxDiagNode
{
19
DxDiagNode
();
20
~
DxDiagNode
();
22
std::map<std::string,
DxDiagNode
> children;
gpu_info_collector.h
30
GPU_EXPORT bool GetDxDiagnostics(
DxDiagNode
* output);
gpu_dx_diagnostics_win.cc
21
// Traverses the IDxDiagContainer tree and populates a tree of
DxDiagNode
24
void RecurseDiagnosticTree(
DxDiagNode
* output,
78
DxDiagNode
* output_child = &output->children[child_name8];
94
bool GetDxDiagnostics(
DxDiagNode
* output) {
gpu_info.h
178
DxDiagNode
dx_diagnostics;
gpu_info.cc
102
DxDiagNode
dx_diagnostics;
/external/chromium_org/chrome/browser/ui/webui/
flash_ui.cc
329
const gpu::
DxDiagNode
& node = gpu_info.dx_diagnostics;
330
for (std::map<std::string, gpu::
DxDiagNode
>::const_iterator it =
/external/chromium_org/content/browser/gpu/
gpu_internals_ui.cc
76
// Output
DxDiagNode
tree as nested array of {description,value} pairs
77
base::ListValue* DxDiagNodeToList(const gpu::
DxDiagNode
& node) {
86
for (std::map<std::string, gpu::
DxDiagNode
>::const_iterator it =
/external/chromium_org/content/common/gpu/
gpu_messages.h
141
IPC_STRUCT_TRAITS_BEGIN(gpu::
DxDiagNode
)
[
all
...]
Completed in 1440 milliseconds