Home
last modified time | relevance | path

Searched refs:numCommands (Results 1 – 7 of 7) sorted by relevance

/external/lzma/Java/SevenZip/
DLzmaBench.java240 long numCommands = (long)(size) * numCommandsForOne; in GetCompressRating() local
241 return MyMultDiv64(numCommands, elapsedTime); in GetCompressRating()
246 long numCommands = inSize * 220 + outSize * 20; in GetDecompressRating() local
247 return MyMultDiv64(numCommands, elapsedTime); in GetDecompressRating()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs190 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; in GetCompressRating()
191 return MyMultDiv64(numCommands, elapsedTime); in GetCompressRating()
196 UInt64 numCommands = inSize * 220 + outSize * 20; in GetDecompressRating()
197 return MyMultDiv64(numCommands, elapsedTime); in GetDecompressRating()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int tar…
DglsInteractionTestUtil.cpp254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targe… in computeRandomRenderCommands() argument
258 dst.resize(numCommands); in computeRandomRenderCommands()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp452 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; in GetCompressRating() local
453 return MyMultDiv64(numCommands, elapsedTime, freq); in GetCompressRating()
458 UInt64 numCommands = (inSize * 200 + outSize * 4) * numIterations; in GetDecompressRating() local
459 return MyMultDiv64(numCommands, elapsedTime, freq); in GetDecompressRating()
/external/skia/include/gpu/gl/
DGrGLFunctions.h232 …d (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyt…
/external/mesa3d/include/GL/
Dglext.h12567 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL…
12569 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
12617 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *…
12619 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …