Searched refs:m_dummyData (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 463 vector<deUint8> m_dummyData; member in deqp::gls::MemObjectAllocator 484 m_dummyData = vector<deUint8>(dummySize); in MemObjectAllocator() 487 m_dummyData = vector<deUint8>(128); in MemObjectAllocator() 613 DE_ASSERT((int)m_dummyData.size() >= width*height*4); in allocateTexture() 614 …Image2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_RGBA, GL_UNSIGNED_BYTE, &(m_dummyData[0])); in allocateTexture() 628 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &(m_dummyData[0])); in allocateTexture() 703 DE_ASSERT((int)m_dummyData.size() >= size); in allocateBuffer() 704 glBufferData(GL_ARRAY_BUFFER, size, &(m_dummyData[0]), GL_DYNAMIC_DRAW); in allocateBuffer() 718 glBufferSubData(GL_ARRAY_BUFFER, 0, 1, &(m_dummyData[0])); in allocateBuffer()
|
/external/deqp/framework/common/ |
D | tcuThreadUtil.cpp | 182 if (m_dummyData.size() < size) in getDummyData() 184 m_dummyData.resize(size); in getDummyData() 187 return &(m_dummyData[0]); in getDummyData()
|
D | tcuThreadUtil.hpp | 200 std::vector<deUint8> m_dummyData; member in tcu::ThreadUtil::Thread
|