Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fBufferMapTests.cpp573 …} bufferDataSources[] = {{"sub_data", WRITE_BUFFER_SUB_DATA}, {"map_write", WRITE_BUFFER_WRITE_MAP… in init() local
590 for (int srcNdx = 0; srcNdx < DE_LENGTH_OF_ARRAY(bufferDataSources); srcNdx++) in init()
592 WriteType write = bufferDataSources[srcNdx].write; in init()
593 …tcu::TestCaseGroup *writeGroup = new tcu::TestCaseGroup(m_testCtx, bufferDataSources[srcNdx].name,… in init()