Home
last modified time | relevance | path

Searched refs:topDown (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.cpp26 bool topDown = kTopLeft_GrSurfaceOrigin == args.fXP.getDstTexture()->origin(); in emitCode() local
55 if (!topDown) { in emitCode()
/external/v8/test/cctest/
Dtest-profile-generator.cc517 const ProfileTree* topDown = profile->top_down(); in TEST() local
518 const ProfileNode* current = topDown->root(); in TEST()