OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numCommands
(Results
1 - 9
of
9
) sorted by null
/external/deqp/modules/glshared/
glsInteractionTestUtil.hpp
123
void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int
numCommands
, int targetW, int targetH, std::vector<RenderCommand>& dst);
glsInteractionTestUtil.cpp
254
void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int
numCommands
, int targetW, int targetH, vector<RenderCommand>& dst)
258
dst.resize(
numCommands
);
/external/lzma/Java/SevenZip/
LzmaBench.java
240
long
numCommands
= (long)(size) * numCommandsForOne;
241
return MyMultDiv64(
numCommands
, elapsedTime);
246
long
numCommands
= inSize * 220 + outSize * 20;
247
return MyMultDiv64(
numCommands
, elapsedTime);
/external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs
190
UInt64
numCommands
= (UInt64)(size) * numCommandsForOne;
191
return MyMultDiv64(
numCommands
, elapsedTime);
196
UInt64
numCommands
= inSize * 220 + outSize * 20;
197
return MyMultDiv64(
numCommands
, elapsedTime);
/system/netd/server/
BandwidthController.h
140
int runCommands(int
numCommands
, const char *commands[], RunCmdErrHandling cmdErrHandling);
BandwidthController.cpp
287
int BandwidthController::runCommands(int
numCommands
, const char *commands[],
294
ALOGV("runCommands(): %d commands",
numCommands
);
295
for (int cmdNum = 0; cmdNum <
numCommands
; cmdNum++) {
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
452
UInt64
numCommands
= (UInt64)(size) * numCommandsForOne;
453
return MyMultDiv64(
numCommands
, elapsedTime, freq);
458
UInt64
numCommands
= (inSize * 200 + outSize * 4) * numIterations;
459
return MyMultDiv64(
numCommands
, elapsedTime, freq);
/external/skia/include/gpu/gl/
GrGLFunctions.h
232
typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei
numCommands
, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
/external/mesa3d/include/GL/
glext.h
[
all
...]
Completed in 974 milliseconds