OpenGrok
Cross Reference: GrContext.cpp
xref
: /
external
/
skia
/
src
/
gpu
/
GrContext.cpp
Home
|
History
|
Annotate
|
Download
|
only in
gpu
Lines Matching
refs:isPow2
608
bool
isPow2
= GrIsPow2(width) && GrIsPow2(height);
610
if (!
isPow2
) {