Home
last modified time | relevance | path

Searched refs:getShaderPrecisionFormat (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl73 gl->getShaderPrecisionFormat = &glGetShaderPrecisionFormat;
DglwInitES30Direct.inl73 gl->getShaderPrecisionFormat = &glGetShaderPrecisionFormat;
DglwInitES20.inl73 gl->getShaderPrecisionFormat = (glGetShaderPrecisionFormatFunc) loader->get("glGetShaderPrecis…
DglwFunctions.inl399 glGetShaderPrecisionFormatFunc getShaderPrecisionFormat; variable
DglwInitES30.inl73 gl->getShaderPrecisionFormat = (glGetShaderPrecisionFormatFunc) loader->get("glGetShaderPrecis…
DglwInitES31.inl73 gl->getShaderPrecisionFormat = (glGetShaderPrecisionFormatFunc) loader->get("glGetShaderPrecis…
DglwInitGL41.inl397 gl->getShaderPrecisionFormat = (glGetShaderPrecisionFormatFunc) loader->get("glGetShaderPrecis…
DglwInitGL42.inl397 gl->getShaderPrecisionFormat = (glGetShaderPrecisionFormatFunc) loader->get("glGetShaderPr…
DglwInitGL43.inl397 gl->getShaderPrecisionFormat = (glGetShaderPrecisionFormatFunc) loader->get("glGetShaderPr…
DglwInitGL44.inl397 gl->getShaderPrecisionFormat = (glGetShaderPrecisionFormatFunc) loader->get("glGetShaderPr…
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl73 dst->getShaderPrecisionFormat = src.getShaderPrecisionFormat;
/external/chromium_org/cc/test/
Dtest_gles2_interface.cc100 test_context_->getShaderPrecisionFormat( in GetShaderPrecisionFormat()
Dtest_web_graphics_context_3d.h215 virtual void getShaderPrecisionFormat(GLenum shadertype,
Dtest_web_graphics_context_3d.cc387 void TestWebGraphicsContext3D::getShaderPrecisionFormat(GLenum shadertype, in getShaderPrecisionFormat() function in cc::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h153 …virtual void getShaderPrecisionFormat(WGC3Denum shadertype, WGC3Denum precisiontype, WGC3Dint* ran… in getShaderPrecisionFormat() function
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h203 virtual void getShaderPrecisionFormat(WGC3Denum shadertype, in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc466 DELEGATE_TO_GL_4(getShaderPrecisionFormat, GetShaderPrecisionFormat, in DELEGATE_TO_GL_4() argument
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h274 …virtual void getShaderPrecisionFormat(WGC3Denum shadertype, WGC3Denum precisiontype, WGC3Dint* ran…
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl399 gl->getShaderPrecisionFormat = glGetShaderPrecisionFormat;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.h201 …PassRefPtr<WebGLShaderPrecisionFormat> getShaderPrecisionFormat(GLenum shaderType, GLenum precisio…
DWebGLRenderingContextBase.idl570 WebGLShaderPrecisionFormat getShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype);
DWebGLRenderingContextBase.cpp2557 PassRefPtr<WebGLShaderPrecisionFormat> WebGLRenderingContextBase::getShaderPrecisionFormat(GLenum s… in getShaderPrecisionFormat() function in WebCore::WebGLRenderingContextBase
2584 webContext()->getShaderPrecisionFormat(shaderType, precisionType, range, &precision); in getShaderPrecisionFormat()
/external/chromium_org/cc/output/
Dgl_renderer_unittest.cc426 virtual void getShaderPrecisionFormat(GLenum shadertype, in getShaderPrecisionFormat() function in cc::__anon6b0b85c00211::ForbidSynchronousCallContext
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptCanvasModuleSource.js1828 … precisionValues.push({ name: pname, value: gl.getShaderPrecisionFormat(shaderType, gl[pname]) });
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp348 gl.getShaderPrecisionFormat(shaderTypeGL, intPrecisionGL, &range[0], &precision); in getGLSLUintMaxAsFloat()

12