Searched refs:stepNdx (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 1109 void runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName); 1110 …void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int… 1112 …void runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyN… 1113 …void runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFrien… 1114 …void runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriend… 1115 …void runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName,… 1116 …void runSingleRead (int targetHandle, int stepNdx, int& programFriendlyName, int& res… 1450 void InterCallTestCase::runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName) in runCommand() argument 1460 gl.useProgram(m_operationPrograms[stepNdx]->getProgram()); in runCommand() 1485 void InterCallTestCase::runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName,… in runCommand() argument [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 351 for (int stepNdx = 0; stepNdx < numDepthSteps; stepNdx++) in iterate() local 353 float f = (float)stepNdx*depthStep; in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragDepthTests.cpp | 376 for (int stepNdx = 0; stepNdx < numDepthSteps; stepNdx++) in iterate() local 378 float f = (float)stepNdx*depthStep; in iterate()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcFragDepthTests.cpp | 366 for (int stepNdx = 0; stepNdx < numDepthSteps; stepNdx++) in iterate() local 368 float f = (float)stepNdx * depthStep; in iterate()
|