Searched refs:RestoreAllAttributes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.h160 virtual void RestoreAllAttributes() const = 0;
H A Dgles2_cmd_decoder_mock.h77 MOCK_CONST_METHOD0(RestoreAllAttributes, void());
H A Dgles2_cmd_copy_texture_chromium.cc471 decoder->RestoreAllAttributes();
H A Dgles2_cmd_decoder.cc630 virtual void RestoreAllAttributes() const OVERRIDE;
4102 // Must use native VAO 0, as RestoreAllAttributes can't fully restore
4115 void GLES2DecoderImpl::RestoreAllAttributes() const { function in class:gpu::gles2::GLES2DecoderImpl

Completed in 146 milliseconds