HomeSort by relevance Sort by last modified time
    Searched defs:gl_vendor (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/gpu/
gl_string_manager.cc 48 std::string gl_vendor, gl_renderer, gl_version; local
50 &gl_vendor, &gl_renderer, &gl_version);
56 if (!gl_vendor.empty() && gl_vendor != gl_vendor_) {
57 gl_vendor_ = gl_vendor;
  /external/chromium_org/gpu/config/
gpu_info_collector_unittest.cc 38 const char* gl_vendor = "NVIDIA Corporation"; local
52 const char* gl_vendor = "NVIDIA Corporation"; local
66 const char* gl_vendor = "NVIDIA Corporation"; local
81 test_values_.gl_vendor = gl_vendor;
95 EXPECT_CALL(*gl_, GetString(GL_VENDOR))
97 gl_vendor)));
174 EXPECT_EQ(test_values_.gl_vendor,
175 gpu_info.gl_vendor);
211 gpu_info.gl_vendor = "Intel Open Source Technology Center"
    [all...]
gpu_info.cc 63 std::string gl_vendor; member in struct:gpu::GPUInfoKnownFields
112 enumerator->AddString("glVendor", gl_vendor);
gpu_info.h 39 // In Android, these are respectively GL_VENDOR and GL_RENDERER.
110 // The GL_VENDOR string. "" if we are not using OpenGL.
111 std::string gl_vendor; member in struct:gpu::GPUInfo

Completed in 77 milliseconds