Searched refs:lose_context_when_out_of_memory_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc91 : lose_context_when_out_of_memory_(lose_context_when_out_of_memory),
168 lose_context_when_out_of_memory_;
249 lose_context_when_out_of_memory_,
H A Dwebgraphicscontext3d_command_buffer_impl.h190 bool lose_context_when_out_of_memory_; member in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h746 bool lose_context_when_out_of_memory_; member in class:gpu::gles2::GLES2Implementation
H A Dgles2_implementation.cc117 lose_context_when_out_of_memory_(lose_context_when_out_of_memory),
530 if (error == GL_OUT_OF_MEMORY && lose_context_when_out_of_memory_) {
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h604 bool lose_context_when_out_of_memory_; member in class:webkit::gpu::WebGraphicsContext3DImpl
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1795 bool lose_context_when_out_of_memory_; member in class:gpu::gles2::GLES2DecoderImpl
2326 lose_context_when_out_of_memory_(false),
2405 lose_context_when_out_of_memory_ =
11284 if (lose_context_when_out_of_memory_) {

Completed in 666 milliseconds