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

/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioBufferSourceNodeCustom.cpp39 void JSAudioBufferSourceNode::setBuffer(ExecState*, JSValue value) function in class:WebCore::JSAudioBufferSourceNode
42 imp->setBuffer(toAudioBuffer(value));
H A DJSConvolverNodeCustom.cpp39 void JSConvolverNode::setBuffer(ExecState*, JSValue value) function in class:WebCore::JSConvolverNode
42 imp->setBuffer(toAudioBuffer(value));
/external/icu4c/test/intltest/
H A Dtextfile.cpp98 if (!setBuffer(n++, c, ec)) return FALSE;
100 if (!setBuffer(n++, 0, ec)) return FALSE;
132 UBool TextFile::setBuffer(int32_t index, char c, UErrorCode& ec) { function in class:TextFile
/external/webkit/Source/WebCore/webaudio/
H A DConvolverNode.cpp111 void ConvolverNode::setBuffer(AudioBuffer* buffer) function in class:WebCore::ConvolverNode
H A DAudioBufferSourceNode.cpp68 // Default to mono. A call to setBuffer() will set the number of output channels to that of the buffer.
345 void AudioBufferSourceNode::setBuffer(AudioBuffer* buffer) function in class:WebCore::AudioBufferSourceNode
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp33 void AsmLexer::setBuffer(const MemoryBuffer *buf, const char *ptr) { function in class:AsmLexer
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageReader.h71 void setBuffer(ImageFrame* buffer) { m_buffer = buffer; } function in class:WebCore::BMPImageReader
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DMesh.java276 clone.setBuffer(newPos);
282 clone.setBuffer(newNorm);
288 clone.setBuffer(newTang);
319 setBuffer(bindPos);
332 setBuffer(bindNorm);
343 setBuffer(bindTangents);
866 public void setBuffer(VertexBuffer vb){ method in class:Mesh
902 public void setBuffer(Type type, int components, Format format, Buffer buf){ method in class:Mesh
907 setBuffer(vb);
929 public void setBuffer(Typ method in class:Mesh
933 public void setBuffer(Type type, int components, float[] buf){ method in class:Mesh
937 public void setBuffer(Type type, int components, IntBuffer buf) { method in class:Mesh
941 public void setBuffer(Type type, int components, int[] buf){ method in class:Mesh
945 public void setBuffer(Type type, int components, ShortBuffer buf) { method in class:Mesh
949 public void setBuffer(Type type, int components, byte[] buf){ method in class:Mesh
953 public void setBuffer(Type type, int components, ByteBuffer buf) { method in class:Mesh
957 public void setBuffer(Type type, int components, short[] buf){ method in class:Mesh
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h196 void setBuffer(const llvm::MemoryBuffer *B) { function in class:clang::SrcMgr::ContentCache
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 481 milliseconds