OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numRepeats
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp
67
static inline string repeat (const string& str, int
numRepeats
, const string& delim = "")
70
for (int i = 1; i <
numRepeats
; i++)
75
static inline string repeatIndexedTemplate (const string& strTempl, int
numRepeats
, const string& delim = "", int ndxStart = 0)
81
for (int i = 0; i <
numRepeats
; i++)
[
all
...]
/external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp
67
static inline string repeat (const string& str, int
numRepeats
, const string& delim = "")
70
for (int i = 1; i <
numRepeats
; i++)
75
static inline string repeatIndexedTemplate (const string& strTempl, int
numRepeats
, const string& delim = "", int ndxStart = 0)
81
for (int i = 0; i <
numRepeats
; i++)
[
all
...]
es3pBufferDataUploadTests.cpp
[
all
...]
Completed in 506 milliseconds