HomeSort by relevance Sort by last modified time
    Searched defs:setStorage (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
Canvas2DContextAttributes.cpp 63 void Canvas2DContextAttributes::setStorage(const String& storage)
  /external/deqp/framework/delibs/decpp/
deArrayBuffer.hpp 58 void setStorage (size_t numElements); // !< \note after a succesful call buffer contents are undefined
140 void ArrayBuffer<T,Alignment,Stride>::setStorage (size_t numElements)
  /external/deqp/framework/randomshaders/
rsgVariable.hpp 63 void setStorage (Storage storage) { m_storage = storage; }
rsgVariableValue.hpp 316 void setStorage (const VariableType& type);
336 setStorage(type);
340 void ValueStorage<Stride>::setStorage (const VariableType& type)
rsgVariableManager.cpp 260 setStorage(variable, storage);
265 void VariableManager::setStorage (Variable* variable, Variable::Storage storage)
287 variable->setStorage(storage);
  /external/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.cpp 36 void Renderbuffer::setStorage(RenderbufferStorage *newStorage)
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 55 setStorage(format, width, height, depth);
210 void CompressedTexture::setStorage (Format format, int width, int height, int depth)
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 308 void setStorage (const tcu::TextureFormat& format, int width, int height);
392 void setStorage (int size) { m_data.resize(size); }
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 213 milliseconds