Searched defs:getValuePtr (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp80 const Scalar* getValuePtr (void) const { return m_value; } function in class:rsg::StridedValueRead
172 std::copy(valueRead.getValuePtr(), valueRead.getValuePtr() + scalarSize*Stride, this->m_value);
176 std::fill(this->m_value + scalarNdx*Stride, this->m_value + (scalarNdx+1)*Stride, valueRead.getValuePtr()[scalarNdx]);

Completed in 138 milliseconds