OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_INSTANCES
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivity1.java
24
private static final int
MAX_INSTANCES
= 32;
39
if (allocateCodecs(
MAX_INSTANCES
) ==
MAX_INSTANCES
) {
40
// haven't reached the limit with
MAX_INSTANCES
, no need to wait for reclaim exception.
MediaCodecCapabilitiesTest.java
627
final int
MAX_INSTANCES
= 32;
647
info.isEncoder(), info.getName(), types[j], caps,
MAX_INSTANCES
);
/development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h
44
#define
MAX_INSTANCES
(MAX_INSTANCES_PER_SIDE * MAX_INSTANCES_PER_SIDE)
83
// return a pointer to a buffer of
MAX_INSTANCES
* sizeof(vec2).
87
// return a pointer to a buffer of
MAX_INSTANCES
* sizeof(vec4).
100
float mAngularVelocity[
MAX_INSTANCES
];
102
float mAngles[
MAX_INSTANCES
];
RendererES3.cpp
98
glBufferData(GL_ARRAY_BUFFER,
MAX_INSTANCES
* 4*sizeof(float), NULL, GL_DYNAMIC_DRAW);
100
glBufferData(GL_ARRAY_BUFFER,
MAX_INSTANCES
* 2*sizeof(float), NULL, GL_STATIC_DRAW);
142
0,
MAX_INSTANCES
* 2*sizeof(float),
153
0,
MAX_INSTANCES
* 4*sizeof(float),
RendererES2.cpp
61
float mOffsets[2*
MAX_INSTANCES
];
62
float mScaleRot[4*
MAX_INSTANCES
]; // array of 2x2 column-major matrices
/external/netperf/doc/examples/
runemomniaggdemo.sh
24
while [ $i -lt $
MAX_INSTANCES
]
36
if [ $i -eq $PAUSE_AT ] && [ $i -ne $
MAX_INSTANCES
]
132
MAX_INSTANCES
=`expr $NUM_CPUS \* 2`
135
if [ $
MAX_INSTANCES
-lt $NUM_REMOTE_HOSTS ]
137
MAX_INSTANCES
=$NUM_REMOTE_HOSTS
Completed in 450 milliseconds