HomeSort by relevance Sort by last modified time
    Searched full:statereference (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 637 tcu::Surface stateReference (m_context.getRenderContext().getRenderTarget().getWidth(), m_context.getRenderContext().getRenderTarget().getHeight());
646 genReferences(stateReference, vaoReference);
649 isOk = tcu::pixelThresholdCompare (m_log, "Results", "Comparison result from rendering with Vertex Array State", stateReference, stateResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
ServiceManager.java 203 WeakReference<ServiceManagerState> stateReference =
215 service.addListener(new ServiceListener(service, stateReference), sameThreadExecutor);

Completed in 75 milliseconds