Searched refs:setSubData (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 457 …void setSubData (const ConstPixelBufferAccess& src, int xOff, int yOff, int width, int heigh… 560 void Texture::setSubData (const ConstPixelBufferAccess& src, const int xOff, const int yOff, const … in setSubData() function in deqp::gls::LongStressCaseInternal::Texture 634 …void setSubData (const vector<T>& src, const int offsetElems, const int numElems, const deUi… in setSubData() function in deqp::gls::LongStressCaseInternal::Buffer 635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const; 673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const d… in setSubData() function in deqp::gls::LongStressCaseInternal::Buffer 1319 …texture.setSubData(programResources.dummyTextures[texNdx]->getAccess(), 0, 0, spec.width, spec.hei… in iterate() 1361 indexBuf.setSubData(m_vertexIndices, 0, m_numVerticesPerDrawCall, target); in iterate() 1398 …curAttrBuf.setSubData(&programResources.attrDataBuf[programResources.attrDataOffsets[attrNdx]], 0,… in iterate() 1428 …attrBuf.setSubData(programResources.attrDataBuf, 0, (int)programResources.attrDataBuf.size(), targ… in iterate()
|
D | glsBufferTestUtil.hpp | 92 void setSubData (int offset, int numBytes, const deUint8* bytes);
|
D | glsBufferTestUtil.cpp | 244 void ReferenceBuffer::setSubData (int offset, int numBytes, const deUint8* bytes) in setSubData() function in deqp::gls::BufferTestUtil::ReferenceBuffer
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.hpp | 85 void setSubData (int offset, int numBytes, const deUint8* bytes);
|
D | es2fBufferTestUtil.cpp | 232 void ReferenceBuffer::setSubData (int offset, int numBytes, const deUint8* bytes) in setSubData() function in deqp::gles2::Functional::BufferTestUtil::ReferenceBuffer
|