Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeArrayBuffer.cpp138 buf.setStorage(12); in ArrayBuffer_selfTest()
153 buf.setStorage((size_t)-1); in ArrayBuffer_selfTest()
DdeArrayBuffer.hpp58 …void setStorage (size_t numElements); // !< \note after a succesful call buffer contents are un…
140 void ArrayBuffer<T,Alignment,Stride>::setStorage (size_t numElements) in setStorage() function in de::ArrayBuffer
/external/deqp/framework/randomshaders/
DrsgVariable.hpp63 void setStorage (Storage storage) { m_storage = storage; } in setStorage() function in rsg::Variable
DrsgVariableManager.cpp260 setStorage(variable, storage); in allocate()
265 void VariableManager::setStorage (Variable* variable, Variable::Storage storage) in setStorage() function in rsg::VariableManager
287 variable->setStorage(storage); in setStorage()
DrsgVariableValue.hpp316 void setStorage (const VariableType& type);
336 setStorage(type); in ValueStorage()
340 void ValueStorage<Stride>::setStorage (const VariableType& type) in setStorage() function in rsg::ValueStorage
DrsgVariableManager.hpp210 void setStorage (Variable* variable, Variable::Storage storage);
DrsgExpression.cpp801 m_value.setStorage(type); in evaluate()
943 m_value.setStorage(m_valueRange.getType()); in evaluate()
988 …state.getVariableManager().setStorage(variable, state.getRandom().chooseWeighted<Variable::Storage… in allocateNewVariable()
1276 m_value.setStorage(m_outValueRange.getType()); in SwizzleOp()
1464 …state.getVariableManager().setStorage(sampler, Variable::STORAGE_UNIFORM); // Samplers are always … in TexLookup()
DrsgBinaryOps.cpp137 this->m_value.setStorage(this->m_type); in BinaryVecOp()
410 this->m_value.setStorage(this->m_type); in RelationalOp()
705 this->m_value.setStorage(this->m_type); in EqualityComparisonOp()
DrsgVariableValue.cpp279 m_storage.setStorage(getType()); in operator =()
DrsgBuiltinFunctions.hpp66 m_value.setStorage(valueRange.getType()); in UnaryBuiltinVecFunc()
/external/deqp/framework/common/
DtcuImageIO.cpp122 dst.setStorage(textureFormat, width, height); in loadPNG()
251 dst.setStorage(COMPRESSEDTEXFORMAT_ETC1_RGB8, (int)activeWidth, (int)activeHeight); in loadPKM()
DtcuCompressedTexture.hpp118 void setStorage (CompressedTexFormat format, int width, int height, int depth = 1);
DtcuTexture.cpp1695 void TextureLevel::setStorage (const TextureFormat& format, int width, int height, int depth) in setStorage() function in tcu::TextureLevel
1707 m_data.setStorage(m_size.x() * m_size.y() * m_size.z() * pixelSize); in setSize()
2717 m_data[levelNdx].setStorage(size); in allocLevel()
3003 m_data[face][levelNdx].setStorage(dataSize); in allocLevel()
DtcuCompressedTexture.cpp2626 setStorage(format, width, height, depth); in CompressedTexture()
2633 void CompressedTexture::setStorage (CompressedTexFormat format, int width, int height, int depth) in setStorage() function in tcu::CompressedTexture
DtcuTexture.hpp400 void setStorage (const TextureFormat& format, int width, int heigth, int depth = 1);
/external/deqp/modules/internal/
DditImageCompareTests.cpp48 …dst.setStorage(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), tmp.g… in loadImageRGBA8()
78 …errorMask.setStorage(refImg.getFormat(), refImg.getWidth(), refImg.getHeight(), refImg.getDepth()); in iterate()
/external/deqp/modules/egl/
DteglRenderTests.cpp406 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height); in renderReference()
411 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height); in renderReference()
417 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height); in renderReference()
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp345 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height); in readScreenPixels()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp313 void setStorage (const tcu::TextureFormat& format, int width, int height);
397 void setStorage (int size) { m_data.resize(size); } in setStorage() function in sglr::rc::DataBuffer
DsglrReferenceContext.cpp292 m_colorbuffer.setStorage(toTextureFormat(colorBits), samples, width, height); in ReferenceContextBuffers()
295 m_depthbuffer.setStorage(getDepthFormat(depthBits), samples, width, height); in ReferenceContextBuffers()
298 m_stencilbuffer.setStorage(getStencilFormat(stencilBits), samples, width, height); in ReferenceContextBuffers()
2320 m_renderbufferBinding->setStorage(format, (int)width, (int)height); in renderbufferStorage()
2572 buffer->setStorage((int)size); in bufferData()
4690 m_data[level].setStorage(dataSize); in allocLevel()
5402 void Renderbuffer::setStorage (const TextureFormat& format, int width, int height) in setStorage() function in sglr::rc::Renderbuffer
5404 m_data.setStorage(format, width, height); in setStorage()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp801 …result.setStorage(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), vi… in iterate()
810 result.setStorage(dataFormat, viewportSize.x(), viewportSize.y()); in iterate()
Des3fTextureFormatTests.cpp932 levels[face].setStorage(m_format, m_width, m_height); in init()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp599 level.setStorage(levelSize * faceCount); in genTextureImage()
641 levels[0].setStorage(format.getPixelSize() * size.x() * size.y()); in genRenderbufferImage()
946 …levelData.setStorage(levelPixelSize.x() * levelPixelSize.y() * levelPixelSize.z() * decompressedFo… in decompressTextureLevel()
Des31fSampleVariableTests.cpp1740 …sampleCoverage[sampleNdx].setStorage(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat:… in postTest()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp811 tmpBuf.setStorage(readFormat, framebufferW, framebufferH); in execute()