Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp263 static void readDataMapped (const glw::Functions& gl, deUint32 bufferTarget, int numElems, T* dst) in readDataMapped() function
277 static vector<T> readDataMapped (const glw::Functions& gl, deUint32 bufferTarget, int numElems) in readDataMapped() function
280 readDataMapped(gl, bufferTarget, numElems, &result[0]); in readDataMapped()
355 …return Result(numPrimsWritten, readDataMapped<AttribType>(gl, GL_TRANSFORM_FEEDBACK_BUFFER, numPri… in renderAndGetPrimitives()