Searched defs:WebGLShaderPrecisionFormat (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLShaderPrecisionFormat.cpp29 #include "core/html/canvas/WebGLShaderPrecisionFormat.h"
34 PassRefPtrWillBeRawPtr<WebGLShaderPrecisionFormat> WebGLShaderPrecisionFormat::create(GLint rangeMin, GLint rangeMax, GLint precision)
36 return adoptRefWillBeNoop(new WebGLShaderPrecisionFormat(rangeMin, rangeMax, precision));
39 GLint WebGLShaderPrecisionFormat::rangeMin() const
44 GLint WebGLShaderPrecisionFormat::rangeMax() const
49 GLint WebGLShaderPrecisionFormat::precision() const
54 WebGLShaderPrecisionFormat::WebGLShaderPrecisionFormat(GLint rangeMin, GLint rangeMax, GLint precision) function in class:blink::WebGLShaderPrecisionFormat

Completed in 134 milliseconds