HomeSort by relevance Sort by last modified time
    Searched refs:fQuery (Results 1 - 3 of 3) sorted by null

  /external/skia/bench/
BenchGpuTimer_gl.h 20 unsigned fQuery;
BenchGpuTimer_gl.cpp 22 SK_GL(*glctx, GenQueries(1, &fQuery));
29 SK_GL(*fContext, DeleteQueries(1, &fQuery));
38 SK_GL(*fContext, BeginQuery(GR_GL_TIME_ELAPSED, fQuery));
54 SK_GL_NOERRCHECK(*fContext, GetQueryObjectiv(fQuery,
66 SK_GL(*fContext, GetQueryObjectui64v(fQuery,
RTreeBench.cpp 84 , fQuery(q) {
119 switch(fQuery) {
154 QueryType fQuery;

Completed in 68 milliseconds