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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
WebGLDrawBuffers.cpp 72 m_context->synthesizeGLError(GL_INVALID_VALUE, "drawBuffersWEBGL", "more than one buffer");
76 m_context->synthesizeGLError(GL_INVALID_OPERATION, "drawBuffersWEBGL", "BACK or NONE");
85 m_context->synthesizeGLError(GL_INVALID_VALUE, "drawBuffersWEBGL", "more than max draw buffers");
90 m_context->synthesizeGLError(GL_INVALID_OPERATION, "drawBuffersWEBGL", "COLOR_ATTACHMENTi_EXT or NONE");
OESVertexArrayObject.cpp 94 m_context->webContext()->synthesizeGLError(GL_INVALID_OPERATION);
WebGLRenderingContextBase.h 699 // Errors raised by synthesizeGLError() while the context is lost.
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.cc 166 void WebGraphicsContext3DImpl::synthesizeGLError(WGC3Denum error) {
341 synthesizeGLError(GL_INVALID_VALUE);
351 synthesizeGLError(GL_OUT_OF_MEMORY);
377 synthesizeGLError(GL_OUT_OF_MEMORY);
    [all...]
webgraphicscontext3d_impl.h 407 virtual void synthesizeGLError(WGC3Denum);
600 // Errors raised by synthesizeGLError().
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 48 virtual void synthesizeGLError(WGC3Denum) { }
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 176 virtual void synthesizeGLError(WGC3Denum) = 0;

Completed in 232 milliseconds