Searched refs:setStorage (Results 1 - 25 of 30) sorted by relevance

12

/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
H A DCanvas2DContextAttributes.h53 void setStorage(const String&);
/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
H A DrsgVariableManager.hpp210 void setStorage (Variable* variable, Variable::Storage storage);
H A DrsgVariableValue.cpp279 m_storage.setStorage(getType());
H A DrsgBinaryOps.cpp137 this->m_value.setStorage(this->m_type);
410 this->m_value.setStorage(this->m_type);
705 this->m_value.setStorage(this->m_type);
H A DrsgExpression.cpp800 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]));
1275 m_value.setStorage(m_outValueRange.getType());
1463 state.getVariableManager().setStorage(sampler, Variable::STORAGE_UNIFORM); // Samplers are always uniforms.
H A DrsgBuiltinFunctions.hpp66 m_value.setStorage(valueRange.getType());
/external/deqp/framework/common/
H A DtcuCompressedTexture.hpp101 void setStorage (Format format, int width, int height, int depth = 1);
H A DtcuImageIO.cpp122 dst.setStorage(textureFormat, width, height);
251 dst.setStorage(CompressedTexture::ETC1_RGB8, (int)activeWidth, (int)activeHeight);
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);
H A DtcuTexture.hpp341 void setStorage (const TextureFormat& format, int width, int heigth, int depth = 1);
/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.cpp135 // setStorage
138 buf.setStorage(12);
143 // setStorage, too large
153 buf.setStorage((size_t)-1);
155 // setStorage succeeded, all ok
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/chromium_org/third_party/angle/src/libGLESv2/
H A DRenderbuffer.h44 void setStorage(RenderbufferStorage *newStorage);
H A DRenderbuffer.cpp36 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) function in class:gl::Renderbuffer
H A DContext.cpp750 mState.getCurrentRenderbuffer()->setStorage(renderbuffer);
/external/deqp/modules/internal/
H A DditImageCompareTests.cpp48 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/
H A DtcuWin32EGLNativeDisplayFactory.cpp330 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height);
/external/deqp/modules/egl/
H A DteglRenderTests.cpp370 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height);
375 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
381 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
/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
H A DsglrReferenceContext.cpp292 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);
2299 m_renderbufferBinding->setStorage(format, (int)width, (int)height);
2551 buffer->setStorage((int)size);
5413 void Renderbuffer::setStorage (const TextureFormat& format, int width, int height)
5415 m_data.setStorage(format, width, height);
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp801 result.setStorage(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), viewportSize.x(), viewportSize.y());
810 result.setStorage(dataFormat, viewportSize.x(), viewportSize.y());

Completed in 3692 milliseconds

12