Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DArrayAdapterTest.java43 public void verifyContext() { in verifyContext() method in ArrayAdapterTest
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java1056 public boolean verifyContext() { in verifyContext() method in GLSurfaceView.EglHelper
1186 if (!mEglHelper.verifyContext()) { in guardedRun()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp4522 VerifyRenderPassContext verifyContext (context, m_targetWidth, m_targetHeight); in verify() local
4524 tcu::clear(verifyContext.getReferenceTarget().getAccess(), Vec4(0.0f, 0.0f, 0.0f, 1.0f)); in verify()
4529 command.verify(verifyContext, cmdNdx); in verify()
4615 const ConstPixelBufferAccess& refAccess (verifyContext.getReferenceTarget().getAccess()); in verify()
6546 VerifyContext verifyContext (log, resultCollector, context, size); in testCommand() local
6556 command.verify(verifyContext, cmdNdx); in testCommand()