HomeSort by relevance Sort by last modified time
    Searched refs:GetGLImplementation (Results 26 - 48 of 48) sorted by null

12

  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 38 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL &&
39 gfx::GetGLImplementation() != gfx::kGLImplementationAppleGL)
193 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL)
  /external/chromium_org/ui/gl/
gl_surface_egl.cc 696 if (GetGLImplementation() == kGLImplementationOSMesaGL) {
699 DCHECK(GetGLImplementation() == kGLImplementationEGLGLES2);
712 if (GetGLImplementation() == kGLImplementationOSMesaGL) {
718 DCHECK(GetGLImplementation() == kGLImplementationEGLGLES2);
742 switch (GetGLImplementation()) {
gl_gl_api_implementation.cc 30 if (gfx::GetGLImplementation() != gfx::kGLImplementationEGLGLES2) {
43 if (gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2)
93 if (gfx::GetGLImplementation() != gfx::kGLImplementationEGLGLES2) {
gl_implementation_win.cc 113 if (GetGLImplementation() != kGLImplementationNone)
329 switch (GetGLImplementation()) {
gl_surface.cc 67 << GetGLImplementationName(GetGLImplementation())
gl_context_cgl.cc 45 if (GetGLImplementation() == kGLImplementationAppleGL) {
gl_bindings_skia_in_process.cc 561 switch (gfx::GetGLImplementation()) {
  /external/chromium_org/content/common/gpu/
image_transport_surface_win.cc 102 if (gfx::GetGLImplementation() != gfx::kGLImplementationEGLGLES2)
261 if (gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2 &&
image_transport_surface_mac.cc 156 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL &&
157 gfx::GetGLImplementation() != gfx::kGLImplementationAppleGL)
528 switch (gfx::GetGLImplementation()) {
image_transport_surface.cc 101 "GLImpl", static_cast<int>(gfx::GetGLImplementation()),
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.cc 24 DCHECK(gfx::GetGLImplementation() != gfx::kGLImplementationNone)
26 switch (gfx::GetGLImplementation()) {
context_state.cc 127 gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2) {
renderbuffer_manager.cc 179 if (gfx::GetGLImplementation() != gfx::kGLImplementationEGLGLES2) {
context_group.cc 198 if (gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2) {
227 if (gfx::GetGLImplementation() == gfx::kGLImplementationOSMesaGL) {
renderbuffer_manager_unittest.cc 306 gfx::GLImplementation prev_impl = gfx::GetGLImplementation();
315 gfx::GLImplementation prev_impl = gfx::GetGLImplementation();
texture_definition.cc 177 switch (gfx::GetGLImplementation()) {
test_helper.cc 552 : old_implementation_(gfx::GetGLImplementation()) {
gles2_cmd_decoder.cc 123 if (gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2 &&
    [all...]
gles2_cmd_decoder_unittest_base.cc 982 gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2) {
    [all...]
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 82 if (gfx::GetGLImplementation() != gfx::kGLImplementationOSMesaGL)
114 if (gfx::GetGLImplementation() != gfx::kGLImplementationOSMesaGL)
312 if (gfx::GetGLImplementation() != gfx::kGLImplementationOSMesaGL)
  /external/chromium_org/content/gpu/
gpu_main.cc 279 gfx::GetGLImplementation() == gfx::kGLImplementationOSMesaGL) {
  /external/chromium_org/gpu/config/
gpu_info_collector_x11.cc 202 (gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2);
  /external/chromium_org/content/child/npapi/
plugin_host.cc 65 gfx::GLImplementation implementation = gfx::GetGLImplementation();
71 implementation = gfx::GetGLImplementation();
    [all...]

Completed in 705 milliseconds

12