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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvas2DContextAttributes.cpp63 void Canvas2DContextAttributes::setStorage(const String& storage) function in class:blink::Canvas2DContextAttributes
/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.hpp58 void setStorage (size_t numElements); // !< \note after a succesful call buffer contents are undefined
140 void ArrayBuffer<T,Alignment,Stride>::setStorage (size_t numElements) function in class:de::ArrayBuffer
/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp63 void setStorage (Storage storage) { m_storage = storage; } function in class:rsg::Variable
H A DrsgVariableManager.cpp260 setStorage(variable, storage);
265 void VariableManager::setStorage (Variable* variable, Variable::Storage storage) function in class:rsg::VariableManager
287 variable->setStorage(storage);
H A DrsgVariableValue.hpp316 void setStorage (const VariableType& type);
336 setStorage(type);
340 void ValueStorage<Stride>::setStorage (const VariableType& type) function in class:rsg::ValueStorage
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DRenderbuffer.cpp36 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) function in class:gl::Renderbuffer
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp55 setStorage(format, width, height, depth);
210 void CompressedTexture::setStorage (Format format, int width, int height, int depth) function in class:tcu::CompressedTexture
H A DtcuTexture.cpp1845 void TextureLevel::setStorage (const TextureFormat& format, int width, int height, int depth) function in class:tcu::TextureLevel
1859 m_data.setStorage(m_width*m_height*m_depth*pixelSize);
2965 m_data[levelNdx].setStorage(size);
3251 m_data[face][levelNdx].setStorage(dataSize);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp308 void setStorage (const tcu::TextureFormat& format, int width, int height);
392 void setStorage (int size) { m_data.resize(size); } function in class:sglr::rc::DataBuffer
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 390 milliseconds