Home
last modified time | relevance | path

Searched refs:numCommands (Results 1 – 21 of 21) 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/skia/tools/debugger/
DDebugLayerManager.cpp55 int numCommands = debugCanvas->getSize(); in storeSkPicture() local
61 numCommands-1, // command in storeSkPicture()
/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.h24 UInt64 GetSpeed(UInt64 numCommands) const;
DBench.cpp617 UInt64 CBenchInfo::GetSpeed(UInt64 numCommands) const in GetSpeed()
619 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq); in GetSpeed()
665 UInt64 numCommands = (UInt64)size * encComplex; in GetCompressRating() local
666 return MyMultDiv64(numCommands, elapsedTime, freq); in GetCompressRating()
671 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations; in GetDecompressRating() local
672 return MyMultDiv64(numCommands, elapsedTime, freq); in GetDecompressRating()
1151 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations() argument
1153 if (numCommands < (1 << 4)) in GetNumIterations()
1154 numCommands = (1 << 4); in GetNumIterations()
1155 UInt64 res = complexInCommands / numCommands; in GetNumIterations()
[all …]
/external/guice/lib/build/
Dmunge.jarFindCommentStartTest.class FindCommentStartTest.java package FindCommentStartTest extends junit.framework.TestCase { public void <init ...
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp198 UInt32 filterId, numCommands, commandsSize; in Parse_MACH() local
224 numCommands = Get32(buf + 0x10, be); in Parse_MACH()
227 if (commandsSize > (1 << 24) || numCommands > (1 << 18)) in Parse_MACH()
/external/skqp/include/gpu/gl/
DGrGLFunctions.h199 using GrGLPathCommandsFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint path, GrGLsizei numCommands, const…
/external/angle/src/libANGLE/capture/
Dcapture_gles_ext_params.cpp2037 GLsizei numCommands, in CapturePathCommandsCHROMIUM_commands() argument
2050 GLsizei numCommands, in CapturePathCommandsCHROMIUM_coords() argument
/external/swiftshader/include/GLES2/
Dgl2ext.h3083 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt…
3085 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
3160 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm…
3162 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
/external/mesa3d/include/GLES2/
Dgl2ext.h3249 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt…
3251 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
3326 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm…
3328 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
/external/angle/include/GLES2/
Dgl2ext.h3265 typedef void (GL_APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt…
3267 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
3342 GL_APICALL void GL_APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *comm…
3344 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h189 …virtual GrGLvoid pathCommands(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrG… in pathCommands() argument
/external/swiftshader/include/GL/
Dglcorearb.h5320 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *…
5322 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
5378 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL…
5380 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
Dglext.h10392 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *…
10394 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
10457 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL…
10459 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
/external/mesa3d/include/GL/
Dglcorearb.h5468 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *…
5470 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
5526 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL…
5528 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
Dglext.h10578 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *…
10580 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
10643 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GL…
10645 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h8730 typedef void (GLAPIENTRY *PFNGLPATHCOMMANDSNVPROC)(GLuint path, GLsizei numCommands, const GLubyte …
8747 …)(GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
13876 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glPathCommandsNV)(GLuint path, GLsizei numCommands, const …
13910 …)(GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte …
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h15791 typedef void (GLAPIENTRY * PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt…
15808 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte*…