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

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShader.java321 public Uniform getUniform(String name){ method in class:Shader
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp2673 WebGLGetInfo WebGLRenderingContext::getUniform(WebGLProgram* program, const WebGLUniformLocation* uniformLocation) function in class:WebCore::WebGLRenderingContext
2675 if (isContextLost() || !validateWebGLObject("getUniform", program))
2678 synthesizeGLError(GL_INVALID_OPERATION, "getUniform", "no uniformlocation or not valid for this program");
2775 synthesizeGLError(GL_INVALID_VALUE, "getUniform", "unhandled type");
2811 synthesizeGLError(GL_INVALID_VALUE, "getUniform", "unknown error");

Completed in 136 milliseconds