Home
last modified time | relevance | path

Searched refs:getRefBuffer (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp462 deMemcpy(texture.getRefBuffer() + offset, &(data[0]), int(data.size())); in modifyBufferSubData()
495 deMemcpy(texture.getRefBuffer()+offset, &(data[0]), int(data.size())); in modifyMapWrite()
524 if (ptr[i] != texture.getRefBuffer()[offset+i]) in modifyMapReadWrite()
527 …ring() << " at " << i << ", expected " << tcu::Format::Hex<2>(texture.getRefBuffer()[i]).toString(… in modifyMapReadWrite()
548 texture.getRefBuffer()[offset+i] = data[i]; in modifyMapReadWrite()
683 vertexAttribs[0].pointer = texture.getRefBuffer(); in renderReference()
698 …PE_TRIANGLES, triangleCount * 3, rr::DrawIndices((const void*)texture.getRefBuffer(), rr::INDEXTYP… in renderReference()
/external/deqp/framework/opengl/
DgluTexture.hpp282 deUint8* getRefBuffer (void) { return &(m_refBuffer[0]); } in getRefBuffer() function in glu::TextureBuffer
283 const deUint8* getRefBuffer (void) const { return &(m_refBuffer[0]); } in getRefBuffer() function in glu::TextureBuffer