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

  /external/skia/tests/
GrSurfaceTest.cpp 186 auto texCtx = context->priv().makeWrappedSurfaceContext(std::move(proxy));
190 if (texCtx->readPixels(info, data.get(), 0, 0, 0)) {
203 texCtx->writePixels(info, data.get(), 0, 0, 0);
    [all...]
  /external/skqp/tests/
GrSurfaceTest.cpp 184 auto texCtx = context->contextPriv().makeWrappedSurfaceContext(
189 if (texCtx->readPixels(info, data.get(), 0, 0, 0)) {
202 texCtx->writePixels(info, data.get(), 0, 0, 0);

Completed in 595 milliseconds