OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npotTextureSupport
(Results
1 - 3
of
3
) sorted by null
/external/skia/gpu/include/
GrGpu.h
240
bool
npotTextureSupport
() const { return fNPOTTextureSupport; }
/external/skia/gpu/src/
GrContext.cpp
404
if (!fGpu->
npotTextureSupport
()) {
[
all
...]
GrGpuGL.cpp
795
} else if (!this->
npotTextureSupport
()) {
[
all
...]
Completed in 18 milliseconds