Searched defs:numOperations (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkPictureContentInfo.h | 20 int numOperations() const { return fNumOperations; } in numOperations() function
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderCompilationCases.cpp | 1325 static string binaryOpVertexTemplate (int numOperations, const char* op) in binaryOpVertexTemplate() 1353 static string binaryOpFragmentTemplate (int numOperations, const char* op) in binaryOpFragmentTemplate() 2300 … avoidCache, bool addWhitespaceAndComments, bool isVertexCase, const char* oper, int numOperations) in ShaderCompilerOperCase() 2740 … int caseID, InvalidityType invalidityType, bool isVertexCase, const char* oper, int numOperations) in InvalidShaderCompilerOperCase()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderCompilationCases.cpp | 1333 static string binaryOpVertexTemplate (int numOperations, const char* op) in binaryOpVertexTemplate() 1362 static string binaryOpFragmentTemplate (int numOperations, const char* op) in binaryOpFragmentTemplate() 2320 … avoidCache, bool addWhitespaceAndComments, bool isVertexCase, const char* oper, int numOperations) in ShaderCompilerOperCase() 2760 … int caseID, InvalidityType invalidityType, bool isVertexCase, const char* oper, int numOperations) in InvalidShaderCompilerOperCase()
|