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

12

/external/deqp/framework/common/
H A DtcuSurface.cpp56 m_pixels.setStorage(width * height);
H A DtcuCompressedTexture.hpp118 void setStorage (CompressedTexFormat format, int width, int height, int depth = 1);
H A DtcuImageIO.cpp122 dst.setStorage(textureFormat, width, height);
251 dst.setStorage(COMPRESSEDTEXFORMAT_ETC1_RGB8, (int)activeWidth, (int)activeHeight);
H A DtcuCompressedTexture.cpp1093 setStorage(format, width, height, depth);
1100 void CompressedTexture::setStorage (CompressedTexFormat format, int width, int height, int depth) function in class:tcu::CompressedTexture
/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.cpp801 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]));
1276 m_value.setStorage(m_outValueRange.getType());
1464 state.getVariableManager().setStorage(sampler, Variable::STORAGE_UNIFORM); // Samplers are always uniforms.
H A DrsgBuiltinFunctions.hpp66 m_value.setStorage(valueRange.getType());
/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.hpp61 void setStorage (size_t numElements); // !< \note after a succesful call buffer contents are undefined
170 void ArrayBuffer<T,Alignment,Stride>::setStorage (size_t numElements) function in class:de::ArrayBuffer
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp182 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/
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/swiftshader/src/OpenGL/libGL/
H A DRenderbuffer.h167 void setStorage(RenderbufferStorage *newStorage);
H A DRenderbuffer.cpp275 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) function in class:gl::Renderbuffer
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DRenderbuffer.h148 void setStorage(RenderbufferStorage *newStorage);
H A DRenderbuffer.cpp243 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) function in class:es1::Renderbuffer
/external/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.h226 void setStorage(RenderbufferStorage *newStorage);
H A DRenderbuffer.cpp413 void Renderbuffer::setStorage(RenderbufferStorage *newStorage) function in class:es2::Renderbuffer
/external/deqp/modules/egl/
H A DteglRenderTests.cpp406 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height);
411 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
417 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp347 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp471 image.setStorage(mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), width, height);

Completed in 450 milliseconds

12