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

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 624 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM);
689 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM);
708 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM);
727 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM);
757 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM);
941 m_context->synthesizeGLError(GraphicsContext3D::INVALID_ENUM);
    [all...]
WebGLRenderingContext.idl 146 const unsigned int INVALID_ENUM = 0x0500;
    [all...]
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 176 INVALID_ENUM is generated by TexImage2D if <internalFormat> is
179 INVALID_ENUM is generated by TexImage2D if <format> is MESA_YCBCR but
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java 388 public static final String INVALID_ENUM = "INVALID_ENUM";
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 647 handleError(handler, XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },null);
712 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },null);
722 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },ie);
731 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },re);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 171 INVALID_ENUM = 0x0500,
516 // INVALID_ENUM if format/type is illegal.
    [all...]
GraphicsContext3D.cpp 139 return GraphicsContext3D::INVALID_ENUM;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp     [all...]

Completed in 4132 milliseconds