OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fNPOTTextureSupport
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/include/
GrGpu.h
240
bool npotTextureSupport() const { return
fNPOTTextureSupport
; }
390
bool
fNPOTTextureSupport
;
/external/skia/gpu/src/
GrGpuGL.cpp
378
fNPOTTextureSupport
= true;
381
fNPOTTextureSupport
= false;
385
fNPOTTextureSupport
= true;
388
fNPOTTextureSupport
=
420
if (
fNPOTTextureSupport
) {
425
if (
fNPOTTextureSupport
) {
[
all
...]
Completed in 14 milliseconds