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

/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.hpp61 void setStorage (size_t numElements); // !< \note after a succesful call buffer contents are undefined
170 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/swiftshader/src/OpenGL/libGL/
H A DRenderbuffer.cpp275 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) function in class:gl::Renderbuffer
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DRenderbuffer.cpp243 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) function in class:es1::Renderbuffer
/external/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.cpp413 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) function in class:es2::Renderbuffer
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1093 setStorage(format, width, height, depth);
1100 void CompressedTexture::setStorage (CompressedTexFormat format, int width, int height, int depth) function in class:tcu::CompressedTexture
H A DtcuTexture.cpp2091 void TextureLevel::setStorage (const TextureFormat& format, int width, int height, int depth) function in class:tcu::TextureLevel
2103 m_data.setStorage(m_size.x() * m_size.y() * m_size.z() * pixelSize);
3113 m_data[levelNdx].setStorage(size);
3399 m_data[face][levelNdx].setStorage(dataSize);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp313 void setStorage (const tcu::TextureFormat& format, int width, int height);
397 void setStorage (int size) { m_data.resize(size); } function in class:sglr::rc::DataBuffer
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 205 milliseconds