Searched refs:readResult (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/delibs/destream/
H A DdeStreamCpyThread.c37 deStreamResult readResult = DE_STREAMRESULT_ERROR; local
39 readResult = deInStream_read(thread->input, buffer, thread->bufferSize, &read);
40 DE_ASSERT(readResult != DE_STREAMRESULT_ERROR);
50 if (readResult == DE_STREAMRESULT_END_OF_STREAM)
H A DdeThreadStream.c57 deStreamResult readResult = DE_STREAMRESULT_ERROR; local
59 readResult = deInStream_read(threadStream->input, buffer, threadStream->bufferSize, &read);
60 DE_ASSERT(readResult != DE_STREAMRESULT_ERROR);
71 if (readResult == DE_STREAMRESULT_END_OF_STREAM)
/external/deqp/modules/gles3/functional/
H A Des3fPixelBufferObjectTests.cpp552 tcu::ConstPixelBufferAccess readResult(readFormat, width, height, 1, bufferData);
568 isOk = tcu::floatThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::COMPARE_LOG_RESULT);
570 isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::UVec4(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp152 tcu::TextureLevel readResult (tcu::TextureFormat(tcu::TextureFormat::RGBA,
157 glu::readPixels(renderCtx, 0, 0, readResult.getAccess());
158 tcu::copy(result.getAccess(), readResult.getAccess());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 180 milliseconds