コード例 #1
0
DEF_GPUTEST_FOR_NULLGL_CONTEXT(TextBlobStressAbnormal, reporter, ctxInfo) {
    text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, false, true);
}
コード例 #2
0
DEF_GPUTEST_FOR_NULLGL_CONTEXT(TextBlobCache, reporter, ctxInfo) {
    text_blob_cache_inner(reporter, ctxInfo.grContext(), 1024, 256, 30, true, false);
}
コード例 #3
0
DEF_GPUTEST_FOR_NULLGL_CONTEXT(TextBlobAbnormal, reporter, ctxInfo) {
    text_blob_cache_inner(reporter, ctxInfo.fGrContext, 256, 256, 10, false, false);
}
コード例 #4
0
DEF_GPUTEST_FOR_NULLGL_CONTEXT(TextBlobStressCache, reporter, ctxInfo) {
    text_blob_cache_inner(reporter, ctxInfo.fGrContext, 256, 256, 10, true, true);
}
コード例 #5
0
DEF_GPUTEST_FOR_NULL_CONTEXT(TextBlobStressAbnormal, reporter, context) {
    text_blob_cache_inner(reporter, context, 256, 256, 10, false, true);
}
コード例 #6
0
DEF_GPUTEST_FOR_NULL_CONTEXT(TextBlobCache, reporter, context) {
    text_blob_cache_inner(reporter, context, 1024, 256, 30, true, false);
}