Home | Sort by relevance Sort by last modified time |
/external/chromium_org/webkit/common/gpu/ | |
webgraphicscontext3d_in_process_command_buffer_impl.cc | 119 initialize_failed_(false), 149 if (initialize_failed_) 181 initialize_failed_ = true; [all...] |
webgraphicscontext3d_in_process_command_buffer_impl.h | 582 bool initialize_failed_; member in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl |
/external/chromium_org/content/common/gpu/client/ | |
webgraphicscontext3d_command_buffer_impl.cc | 212 : initialize_failed_(false), 244 if (initialize_failed_) 251 initialize_failed_ = true; 783 return initialize_failed_ || [all...] |
webgraphicscontext3d_command_buffer_impl.h | 692 bool initialize_failed_; member in class:content::WebGraphicsContext3DCommandBufferImpl |