OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpu_vendor_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/config/
gpu_test_config.cc
79
for (size_t i = 0; i <
gpu_vendor_
.size(); ++i)
80
DCHECK_NE(
gpu_vendor_
[i], gpu_vendor);
81
gpu_vendor_
.push_back(gpu_vendor);
96
if (gpu_device_id_ != 0 && (
gpu_vendor_
.size() != 1 ||
gpu_vendor_
[0] == 0))
107
if (config.
gpu_vendor_
.size() > 0 &&
gpu_vendor_
.size() > 0) {
109
for (size_t i = 0; i < config.
gpu_vendor_
.size() && !shared; ++i) {
110
for (size_t j = 0; j <
gpu_vendor_
.size(); ++j) {
111
if (config.
gpu_vendor_
[i] == gpu_vendor_[j])
[
all
...]
gpu_test_config.h
55
const std::vector<uint32>& gpu_vendor() const { return
gpu_vendor_
; }
60
//
gpu_vendor_
is unknown, then it's invalid.
82
std::vector<uint32>
gpu_vendor_
;
member in class:gpu::GPUTestConfig
Completed in 165 milliseconds