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

  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h 90 // If |allow3| is true, we can use a SHADER_BILINEAR3 to replace
96 bool allow3,
99 if (allow3 && dst * 3 >= src && dst * 2 < src) {
gl_helper_unittests.cc 1361 << " allow3=" << allow3; local
    [all...]

Completed in 126 milliseconds