OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isContextLost
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.cc
37
bool FakeWebGraphicsContext3D::
isContextLost
() {
test_web_graphics_context_3d.cc
115
bool TestWebGraphicsContext3D::
isContextLost
() {
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
782
bool WebGraphicsContext3DCommandBufferImpl::
isContextLost
() {
[
all
...]
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc
214
return context_ && !
isContextLost
();
658
bool WebGraphicsContext3DInProcessCommandBufferImpl::
isContextLost
() {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
52
virtual bool
isContextLost
() { return false; }
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp
327
bool Context::
isContextLost
()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
610
ASSERT(!
isContextLost
());
785
if (m_framebufferBinding ||
isContextLost
())
807
if (
isContextLost
())
856
if (
isContextLost
())
874
if (!
isContextLost
())
880
if (
isContextLost
()) {
[
all
...]
Completed in 30 milliseconds