Home | History | Annotate | Download | only in canvas

Lines Matching defs:getShaderPrecisionFormat

2536 PassRefPtr<WebGLShaderPrecisionFormat> WebGLRenderingContext::getShaderPrecisionFormat(GC3Denum shaderType, GC3Denum precisionType)
2545 synthesizeGLError(GraphicsContext3D::INVALID_ENUM, "getShaderPrecisionFormat", "invalid shader type");
2557 synthesizeGLError(GraphicsContext3D::INVALID_ENUM, "getShaderPrecisionFormat", "invalid precision type");
2563 m_context->getShaderPrecisionFormat(shaderType, precisionType, range, &precision);