OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:synthesizeglerror
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
[
all
...]
WebGLDrawBuffers.cpp
76
m_context->
synthesizeGLError
(GL_INVALID_VALUE, "drawBuffersWEBGL", "more than one buffer");
80
m_context->
synthesizeGLError
(GL_INVALID_OPERATION, "drawBuffersWEBGL", "BACK or NONE");
89
m_context->
synthesizeGLError
(GL_INVALID_VALUE, "drawBuffersWEBGL", "more than max draw buffers");
94
m_context->
synthesizeGLError
(GL_INVALID_OPERATION, "drawBuffersWEBGL", "COLOR_ATTACHMENTi_EXT or NONE");
OESVertexArrayObject.cpp
97
m_context->graphicsContext3D()->
synthesizeGLError
(GL_INVALID_OPERATION);
WebGLRenderingContext.h
651
// Errors raised by
synthesizeGLError
() while the context is lost.
[
all
...]
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc
347
void WebGraphicsContext3DInProcessCommandBufferImpl::
synthesizeGLError
(
576
synthesizeGLError
(GL_INVALID_VALUE);
586
synthesizeGLError
(GL_OUT_OF_MEMORY);
613
synthesizeGLError
(GL_OUT_OF_MEMORY);
[
all
...]
webgraphicscontext3d_in_process_command_buffer_impl.h
424
virtual void
synthesizeGLError
(WGC3Denum);
594
// Errors raised by
synthesizeGLError
().
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc
501
void WebGraphicsContext3DCommandBufferImpl::
synthesizeGLError
(
702
synthesizeGLError
(GL_INVALID_VALUE);
712
synthesizeGLError
(GL_OUT_OF_MEMORY);
738
synthesizeGLError
(GL_OUT_OF_MEMORY);
[
all
...]
webgraphicscontext3d_command_buffer_impl.h
483
virtual void
synthesizeGLError
(WGC3Denum);
712
// Errors raised by
synthesizeGLError
().
/external/chromium_org/third_party/WebKit/Source/web/tests/
MockWebGraphicsContext3D.h
50
virtual void
synthesizeGLError
(WGC3Denum) { }
/external/chromium_org/cc/test/
fake_web_graphics_context_3d.h
31
virtual void
synthesizeGLError
(blink::WGC3Denum) {}
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
589
DELEGATE_TO_WEBCONTEXT_1(
synthesizeGLError
, GC3Denum)
[
all
...]
GraphicsContext3D.h
386
void
synthesizeGLError
(GC3Denum error);
/external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h
182
virtual void
synthesizeGLError
(WGC3Denum) = 0;
Completed in 1024 milliseconds