/external/deqp/framework/delibs/decpp/ |
D | deArrayBuffer.cpp | 138 buf.setStorage(12); in ArrayBuffer_selfTest() 153 buf.setStorage((size_t)-1); in ArrayBuffer_selfTest()
|
D | deArrayBuffer.hpp | 58 …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/ |
D | rsgVariable.hpp | 63 void setStorage (Storage storage) { m_storage = storage; } in setStorage() function in rsg::Variable
|
D | rsgVariableManager.cpp | 260 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()
|
D | rsgVariableValue.hpp | 316 void setStorage (const VariableType& type); 336 setStorage(type); in ValueStorage() 340 void ValueStorage<Stride>::setStorage (const VariableType& type) in setStorage() function in rsg::ValueStorage
|
D | rsgVariableManager.hpp | 210 void setStorage (Variable* variable, Variable::Storage storage);
|
D | rsgExpression.cpp | 801 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()
|
D | rsgBinaryOps.cpp | 137 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()
|
D | rsgVariableValue.cpp | 279 m_storage.setStorage(getType()); in operator =()
|
D | rsgBuiltinFunctions.hpp | 66 m_value.setStorage(valueRange.getType()); in UnaryBuiltinVecFunc()
|
/external/deqp/framework/common/ |
D | tcuImageIO.cpp | 122 dst.setStorage(textureFormat, width, height); in loadPNG() 251 dst.setStorage(COMPRESSEDTEXFORMAT_ETC1_RGB8, (int)activeWidth, (int)activeHeight); in loadPKM()
|
D | tcuCompressedTexture.hpp | 118 void setStorage (CompressedTexFormat format, int width, int height, int depth = 1);
|
D | tcuTexture.cpp | 1695 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()
|
D | tcuCompressedTexture.cpp | 2626 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
|
D | tcuTexture.hpp | 400 void setStorage (const TextureFormat& format, int width, int heigth, int depth = 1);
|
/external/deqp/modules/internal/ |
D | ditImageCompareTests.cpp | 48 …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/ |
D | teglRenderTests.cpp | 406 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/ |
D | tcuWin32EGLNativeDisplayFactory.cpp | 345 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height); in readScreenPixels()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 313 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
|
D | sglrReferenceContext.cpp | 292 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/ |
D | es3fShaderDerivateTests.cpp | 801 …result.setStorage(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), vi… in iterate() 810 result.setStorage(dataFormat, viewportSize.x(), viewportSize.y()); in iterate()
|
D | es3fTextureFormatTests.cpp | 932 levels[face].setStorage(m_format, m_width, m_height); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 599 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()
|
D | es31fSampleVariableTests.cpp | 1740 …sampleCoverage[sampleNdx].setStorage(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat:… in postTest()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 811 tmpBuf.setStorage(readFormat, framebufferW, framebufferH); in execute()
|