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

1 2

  /external/deqp/framework/common/
tcuSurface.cpp 56 m_pixels.setStorage(width * height);
tcuCompressedTexture.hpp 118 void setStorage (CompressedTexFormat format, int width, int height, int depth = 1);
tcuImageIO.cpp 122 dst.setStorage(textureFormat, width, height);
251 dst.setStorage(COMPRESSEDTEXFORMAT_ETC1_RGB8, (int)activeWidth, (int)activeHeight);
tcuCompressedTexture.cpp     [all...]
tcuTexture.cpp     [all...]
tcuTexture.hpp 418 void setStorage (const TextureFormat& format, int width, int heigth, int depth = 1);
    [all...]
  /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 801 m_value.setStorage(type);
943 m_value.setStorage(m_valueRange.getType());
988 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/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 61 void setStorage (size_t numElements); // !< \note after a succesful call buffer contents are undefined
170 void ArrayBuffer<T,Alignment,Stride>::setStorage (size_t numElements)
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 182 m_colorBuffer.setStorage(m_colorFormat, actualSamples, m_surfaceWidth, m_surfaceHeight);
183 m_resolveColorBuffer.setStorage(m_colorFormat, m_surfaceWidth, m_surfaceHeight);
210 m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight);
218 m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight);
227 m_depthStencilBuffer.setStorage(m_depthStencilFormat, actualSamples, surfaceWidth, surfaceHeight);
  /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/modules/egl/
teglRenderTests.cpp 406 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height);
411 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
417 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 347 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 313 void setStorage (const tcu::TextureFormat& format, int width, int height);
397 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...]
  /external/deqp/framework/opengl/
gluTexture.cpp 842 m_refBuffer.setStorage(bufferSize);
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 611 level.setStorage(levelSize * faceCount);
653 levels[0].setStorage(format.getPixelSize() * size.x() * size.y());
975 levelData.setStorage(levelPixelSize.x() * levelPixelSize.y() * levelPixelSize.z() * decompressedFormat.getPixelSize());
    [all...]

Completed in 554 milliseconds

1 2