Searched refs:numCommands (Results 1 - 11 of 11) sorted by relevance

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<RenderCommand>& dst);
H A DglsInteractionTestUtil.cpp254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, vector<RenderCommand>& dst)
258 dst.resize(numCommands);
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs190 UInt64 numCommands = (UInt64)(size) * numCommandsForOne;
191 return MyMultDiv64(numCommands, elapsedTime);
196 UInt64 numCommands = inSize * 220 + outSize * 20;
197 return MyMultDiv64(numCommands, elapsedTime);
/external/lzma/Java/SevenZip/
H A DLzmaBench.java240 long numCommands = (long)(size) * numCommandsForOne;
241 return MyMultDiv64(numCommands, elapsedTime);
246 long numCommands = inSize * 220 + outSize * 20;
247 return MyMultDiv64(numCommands, elapsedTime);
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp452 UInt64 numCommands = (UInt64)(size) * numCommandsForOne; local
453 return MyMultDiv64(numCommands, elapsedTime, freq);
458 UInt64 numCommands = (inSize * 200 + outSize * 4) * numIterations; local
459 return MyMultDiv64(numCommands, elapsedTime, freq);
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h219 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
221 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathSubCommandsProc)(GrGLuint path, GrGLsizei commandStart, GrGLsizei commandsToDelete, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecord.cpp267 int* pattern, CommandInfo* result, int numCommands) {
273 for (numMatched = 0; numMatched < numCommands && curOffset < writer->bytesWritten(); ++numMatched) {
299 if (numMatched != numCommands) {
266 match(SkWriter32* writer, uint32_t offset, int* pattern, CommandInfo* result, int numCommands) argument
/external/skia/src/core/
H A DSkPictureRecord.cpp287 int* pattern, CommandInfo* result, int numCommands) {
293 for (numMatched = 0; numMatched < numCommands && curOffset < writer->bytesWritten(); ++numMatched) {
319 if (numMatched != numCommands) {
286 match(SkWriter32* writer, uint32_t offset, int* pattern, CommandInfo* result, int numCommands) argument
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h224 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h12577 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
12579 GLAPI void APIENTRY glPathSubCommandsNV (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
12627 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
12629 typedef void (APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
/external/mesa3d/include/GL/
H A Dglext.h12567 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
12569 GLAPI void APIENTRY glPathSubCommandsNV (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
12617 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);
12619 typedef void (APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords);

Completed in 401 milliseconds