OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unpackRowLengthSupport
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h
218
bool
unpackRowLengthSupport
() const { return fUnpackRowLengthSupport; }
GrGpuGL.cpp
325
if (this->glCaps().
unpackRowLengthSupport
()) {
614
if (this->glCaps().
unpackRowLengthSupport
() && !swFlipY) {
698
SkASSERT(this->glCaps().
unpackRowLengthSupport
());
[
all
...]
Completed in 197 milliseconds