HomeSort by relevance Sort by last modified time
    Searched refs:setStorage (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
Canvas2DContextAttributes.h 53 void setStorage(const String&);
Canvas2DContextAttributes.cpp 63 void Canvas2DContextAttributes::setStorage(const String& storage)
  /external/deqp/framework/randomshaders/
rsgVariable.hpp 63 void setStorage (Storage storage) { m_storage = storage; }
rsgVariableManager.cpp 260 setStorage(variable, storage);
265 void VariableManager::setStorage (Variable* variable, Variable::Storage storage)
287 variable->setStorage(storage);
rsgVariableValue.hpp 316 void setStorage (const VariableType& type);
336 setStorage(type);
340 void ValueStorage<Stride>::setStorage (const VariableType& type)
rsgVariableManager.hpp 210 void setStorage (Variable* variable, Variable::Storage storage);
rsgVariableValue.cpp 279 m_storage.setStorage(getType());
rsgExpression.cpp 800 m_value.setStorage(type);
942 m_value.setStorage(m_valueRange.getType());
987 state.getVariableManager().setStorage(variable, state.getRandom().chooseWeighted<Variable::Storage>(&storages[0], &storages[DE_LENGTH_OF_ARRAY(storages)], &weights[0]));
    [all...]
rsgBinaryOps.cpp 137 this->m_value.setStorage(this->m_type);
410 this->m_value.setStorage(this->m_type);
705 this->m_value.setStorage(this->m_type);
rsgBuiltinFunctions.hpp 66 m_value.setStorage(valueRange.getType());
  /external/deqp/framework/common/
tcuCompressedTexture.hpp 101 void setStorage (Format format, int width, int height, int depth = 1);
tcuImageIO.cpp 122 dst.setStorage(textureFormat, width, height);
251 dst.setStorage(CompressedTexture::ETC1_RGB8, (int)activeWidth, (int)activeHeight);
tcuTexture.cpp     [all...]
tcuTexture.hpp 341 void setStorage (const TextureFormat& format, int width, int heigth, int depth = 1);
    [all...]
  /external/deqp/framework/delibs/decpp/
deArrayBuffer.cpp 135 // setStorage
138 buf.setStorage(12);
143 // setStorage, too large
153 buf.setStorage((size_t)-1);
155 // setStorage succeeded, all ok
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/chromium_org/third_party/angle/src/libGLESv2/
Renderbuffer.h 44 void setStorage(RenderbufferStorage *newStorage);
Renderbuffer.cpp 36 void Renderbuffer::setStorage(RenderbufferStorage *newStorage)
Context.cpp 750 mState.getCurrentRenderbuffer()->setStorage(renderbuffer);
    [all...]
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 48 dst.setStorage(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), tmp.getWidth(), tmp.getHeight());
78 errorMask.setStorage(refImg.getFormat(), refImg.getWidth(), refImg.getHeight(), refImg.getDepth());
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 330 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height);
  /external/deqp/modules/egl/
teglRenderTests.cpp 370 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height);
375 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
381 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
    [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...]
sglrReferenceContext.cpp 292 m_colorbuffer.setStorage(toTextureFormat(colorBits), samples, width, height);
295 m_depthbuffer.setStorage(getDepthFormat(depthBits), samples, width, height);
298 m_stencilbuffer.setStorage(getStencilFormat(stencilBits), samples, width, height);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 801 result.setStorage(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), viewportSize.x(), viewportSize.y());
810 result.setStorage(dataFormat, viewportSize.x(), viewportSize.y());
    [all...]

Completed in 658 milliseconds

1 2