/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 240 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/ |
D | LzmaBench.cs | 190 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/ |
D | DebugLayerManager.cpp | 62 int numCommands = debugCanvas->getSize(); in storeSkPicture() local 68 numCommands-1, // command in storeSkPicture()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int tar…
|
D | glsInteractionTestUtil.cpp | 254 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/ |
D | Bench.h | 24 UInt64 GetSpeed(UInt64 numCommands) const;
|
D | Bench.cpp | 567 UInt64 CBenchInfo::GetSpeed(UInt64 numCommands) const in GetSpeed() 569 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq); in GetSpeed() 615 UInt64 numCommands = (UInt64)size * encComplex; in GetCompressRating() local 616 return MyMultDiv64(numCommands, elapsedTime, freq); in GetCompressRating() 621 UInt64 numCommands = (inSize * DecComplexCompr + outSize * DecComplexUnc) * numIterations; in GetDecompressRating() local 622 return MyMultDiv64(numCommands, elapsedTime, freq); in GetDecompressRating() 1149 static UInt64 GetNumIterations(UInt64 numCommands, UInt64 complexInCommands) in GetNumIterations() argument 1151 if (numCommands < (1 << 4)) in GetNumIterations() 1152 numCommands = (1 << 4); in GetNumIterations() 1153 UInt64 res = complexInCommands / numCommands; in GetNumIterations() [all …]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 198 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/mesa3d/include/GLES2/ |
D | gl2ext.h | 3249 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/ |
D | gl2ext.h | 3265 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/angle/src/libANGLE/capture/ |
D | capture_gles_ext_params.cpp | 2100 GLsizei numCommands, in CapturePathCommandsCHROMIUM_commands() argument 2113 GLsizei numCommands, in CapturePathCommandsCHROMIUM_coords() argument
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 5468 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 …
|
D | glext.h | 10578 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/ |
D | gl_generated.h | 8730 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/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 116393 …int path, GLsizei numCommands, const GLubyte * commands, GLsizei numCoords, GLenum coordType, cons… 116410 …i numCommands, const GLubyte * commands, GLsizei numCoords, GLenum coordType, const void * coords)…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 15791 typedef void (GLAPIENTRY * PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyt… 15808 … (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte*…
|