OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxResources
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/gpu/
GrContext.h
114
* @param
maxResources
If non-null, returns maximum number of resources that
119
void getResourceCacheLimits(int*
maxResources
, size_t* maxResourceBytes) const;
135
* @param
maxResources
The maximum number of resources that can be held in
140
void setResourceCacheLimits(int
maxResources
, size_t maxResourceBytes);
/external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp
118
int &
maxResources
,
263
int
maxResources
= 0, int numCombos = 0, int maxStages = 0);
535
int
maxResources
, int numCombos, int maxStages) {
556
OS << "// " <<
maxResources
<< "\tresources max\n";
848
int
maxResources
= 0;
850
FUNameToBitsMap,
maxResources
, OS);
[
all
...]
Completed in 75 milliseconds