Home
last modified time | relevance | path

Searched refs:pi3 (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/graphite/
H A DProgramCacheTest.cpp55 sk_sp<ProgramCache::ProgramInfo> pi3 = cache->findOrCreateProgram(c3); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
56 REPORTER_ASSERT(reporter, pi3->id() != ProgramCache::kInvalidProgramID); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
57 REPORTER_ASSERT(reporter, pi3->id() != pi1->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
58 REPORTER_ASSERT(reporter, pi3->combo() == c3); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
59 sk_sp<ProgramCache::ProgramInfo> lookup = cache->lookup(pi3->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
60 REPORTER_ASSERT(reporter, lookup->id() == pi3->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/ffmpeg/libavcodec/
H A Dqtrle.c208 uint8_t pi1, pi2, pi3, pi4; /* 4 palette indexes */ in qtrle_decode_8bpp() local
230 pi3 = bytestream2_get_byte(&s->g); in qtrle_decode_8bpp()
238 rgb[pixel_ptr++] = pi3; in qtrle_decode_8bpp()

Completed in 1 milliseconds