OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpuProcess
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/gpu/
gpu_process.cc
9
GpuProcess
::
GpuProcess
() {
12
GpuProcess
::~
GpuProcess
() {
gpu_process.h
12
class
GpuProcess
: public ChildProcess {
14
GpuProcess
();
15
virtual ~
GpuProcess
();
18
DISALLOW_COPY_AND_ASSIGN(
GpuProcess
);
in_process_gpu_thread.h
13
class
GpuProcess
;
29
GpuProcess
* gpu_process_;
in_process_gpu_thread.cc
23
gpu_process_ = new
GpuProcess
();
gpu_main.cc
333
GpuProcess
gpu_process;
335
// These UMA must be stored after
GpuProcess
is constructed as it
/external/chromium_org/content/test/gpu/gpu_tests/
gpu_process.py
36
class
GpuProcess
(test.Test):
45
page_set = super(
GpuProcess
, self).CreatePageSet(options)
Completed in 68 milliseconds