Home
last modified time | relevance | path

Searched defs:setSource (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLShader.h45 void setSource(const String& source) { m_source = source; } in setSource() function
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBitmapDrawable.java73 public void setSource(String drawableCreateFromStreamSource) { in setSource() method in ShadowBitmapDrawable
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/shader/plugins/
DGLSLLoader.java65 public void setSource(String source){ in setSource() method in GLSLLoader.DependencyNode
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DShader.cpp72 void Shader::setSource(GLsizei count, const char **string, const GLint *length) in setSource() function in gl::Shader
/external/llvm/include/llvm/IR/
DIntrinsicInst.h228 void setSource(Value *Ptr) { in setSource() function
/external/icu4c/common/
Dcaniter.cpp166 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { in setSource() function in CanonicalIterator
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DShader.java153 public void setSource(String source){ in setSource() method in Shader.ShaderSource
/external/v8/src/
Dmirror-debugger.js1835 ScriptMirror.prototype.setSource = function(source) { method in ScriptMirror
/external/webkit/Source/JavaScriptCore/parser/
DNodes.h1442 void setSource(const SourceCode& source) { m_source = source; } in setSource() function