OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fmaxfragmentuniformvectors
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/gl/
GrGLCaps.h
247
int maxFragmentUniformVectors() const { return
fMaxFragmentUniformVectors
; }
385
int
fMaxFragmentUniformVectors
;
GrGLCaps.cpp
28
fMaxFragmentUniformVectors
= 0;
76
&
fMaxFragmentUniformVectors
);
81
fMaxFragmentUniformVectors
= max / 4;
[
all
...]
Completed in 236 milliseconds