OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isContextLost
(Results
1 - 25
of
25
) sorted by null
/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
...]
WebGLRenderingContext.h
197
bool
isContextLost
();
[
all
...]
WebGLRenderingContext.idl
574
[StrictTypeChecking] GLboolean
isContextLost
();
[
all
...]
/external/chromium_org/cc/test/
test_context_provider.cc
76
if (context3d_->
isContextLost
()) {
124
bool TestContextProvider::
IsContextLost
() {
128
return context3d_->
isContextLost
();
135
if (context3d_->
isContextLost
()) {
fake_web_graphics_context_3d.cc
37
bool FakeWebGraphicsContext3D::
isContextLost
() {
test_web_graphics_context_3d.h
37
virtual bool
isContextLost
();
fake_web_graphics_context_3d.h
33
virtual bool
isContextLost
();
test_web_graphics_context_3d.cc
115
bool TestWebGraphicsContext3D::
isContextLost
() {
/external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc
152
bool ContextProviderCommandBuffer::
IsContextLost
() {
156
return context3d_->
isContextLost
();
163
if (context3d_->
isContextLost
())
gl_helper_scaling.cc
[
all
...]
webgraphicscontext3d_command_buffer_impl.h
264
virtual bool
isContextLost
();
webgraphicscontext3d_command_buffer_impl.cc
782
bool WebGraphicsContext3DCommandBufferImpl::
isContextLost
() {
[
all
...]
/external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc
158
bool ContextProviderInProcess::
IsContextLost
() {
162
return context3d_->
isContextLost
();
169
if (context3d_->
isContextLost
())
webgraphicscontext3d_in_process_command_buffer_impl.cc
214
return context_ && !
isContextLost
();
658
bool WebGraphicsContext3DInProcessCommandBufferImpl::
isContextLost
() {
[
all
...]
webgraphicscontext3d_in_process_command_buffer_impl.h
205
virtual bool
isContextLost
();
/external/chromium_org/third_party/angle/src/libGLESv2/
main.cpp
100
if (context->
isContextLost
())
Context.h
179
bool
isContextLost
();
Context.cpp
327
bool Context::
isContextLost
()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp
48
ASSERT(!context3D->webContext()->
isContextLost
());
237
if (m_context->webContext()->
isContextLost
() || !m_surfaceIsValid) {
242
if (!sharedContext || sharedContext->webContext()->
isContextLost
()) {
/external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc
285
if (texture_id == 0 || context->
isContextLost
() ||
310
if (texture_id == 0 || context->
isContextLost
() ||
328
if (context->
isContextLost
() || !context->makeContextCurrent())
447
if (context->
isContextLost
() || !context->makeContextCurrent())
/external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc
201
context_provider_->Context3d()->
isContextLost
());
/external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc
63
if (context->
isContextLost
()) {
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
52
virtual bool
isContextLost
() { return false; }
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
184
virtual bool
isContextLost
() = 0;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp
425
if (imp->
isContextLost
()) {
[
all
...]
Completed in 194 milliseconds