Searched defs:setStorage (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgVariable.hpp | 63 void setStorage (Storage storage) { m_storage = storage; } in setStorage() function in rsg::Variable
|
D | rsgVariableManager.cpp | 265 void VariableManager::setStorage (Variable* variable, Variable::Storage storage) in setStorage() function in rsg::VariableManager
|
D | rsgVariableValue.hpp | 340 void ValueStorage<Stride>::setStorage (const VariableType& type) in setStorage() function in rsg::ValueStorage
|
/external/deqp/framework/delibs/decpp/ |
D | deArrayBuffer.hpp | 170 void ArrayBuffer<T,Alignment,Stride>::setStorage (size_t numElements) in setStorage() function in de::ArrayBuffer
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Renderbuffer.cpp | 243 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) in setStorage() function in es1::Renderbuffer
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
D | CompilationUnit.java | 566 public CompilationUnit setStorage(Path path) { in setStorage() method in CompilationUnit
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Renderbuffer.cpp | 442 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) in setStorage() function in es2::Renderbuffer
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 397 void setStorage (int size) { m_data.resize(size); } in setStorage() function in sglr::rc::DataBuffer
|
D | sglrReferenceContext.cpp | 5402 void Renderbuffer::setStorage (const TextureFormat& format, int width, int height) in setStorage() function in sglr::rc::Renderbuffer
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 2550 void CompressedTexture::setStorage (CompressedTexFormat format, int width, int height, int depth) in setStorage() function in tcu::CompressedTexture
|
D | tcuTexture.cpp | 2147 void TextureLevel::setStorage (const TextureFormat& format, int width, int height, int depth) in setStorage() function in tcu::TextureLevel
|