HomeSort by relevance Sort by last modified time
    Searched refs:cTest (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/test/
align.go 52 void cTest(SDL_KeyboardEvent *event) {
70 C.cTest(&evt)
  /prebuilts/go/linux-x86/misc/cgo/test/
align.go 52 void cTest(SDL_KeyboardEvent *event) {
70 C.cTest(&evt)
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 116 const tcu::IVec4 cTest = test.getPixelInt(x, y);
117 if (compareThreshold(cRef, cTest, threshold))
132 const tcu::IVec4 cTest = test.getPixelInt(kX, kY);
133 if (compareThreshold(cRef, cTest, threshold))
    [all...]
es2fClippingTests.cpp 162 const tcu::IVec4 cTest = test.getPixelInt(x, y);
165 if ((*pixelCmp)(cRef, cTest))
197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
283 const tcu::IVec4 cTest = image.getPixelInt(x, y);
285 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 119 const tcu::IVec4 cTest = test.getPixelInt(x, y);
120 if (compareThreshold(cRef, cTest, threshold))
135 const tcu::IVec4 cTest = test.getPixelInt(kX, kY);
136 if (compareThreshold(cRef, cTest, threshold))
    [all...]
es3fClippingTests.cpp 165 const tcu::IVec4 cTest = test.getPixelInt(x, y);
168 if ((*pixelCmp)(cRef, cTest))
200 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
286 const tcu::IVec4 cTest = image.getPixelInt(x, y);
288 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
    [all...]

Completed in 107 milliseconds