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

  /external/chromium_org/mojo/services/gles2/
gles2_impl.h 32 void OnGLContextLost();
gles2_impl.cc 32 &GLES2Impl::OnGLContextLost, base::Unretained(this)));
40 void GLES2Impl::OnGLContextLost() {
  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.h 27 void OnGLContextLost();
spinning_cube.cc 310 void OnGLContextLost();
325 OnGLContextLost();
328 void SpinningCube::GLState::OnGLContextLost() {
390 void SpinningCube::OnGLContextLost() {
394 state_->OnGLContextLost();

Completed in 153 milliseconds