Home
last modified time | relevance | path

Searched refs:contextWidth (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
Dbenchmain.cpp320 int* contextWidth, in determine_gpu_context_size() argument
326 if (*contextWidth < dim.fX) { in determine_gpu_context_size()
327 *contextWidth = dim.fX; in determine_gpu_context_size()
699 int contextWidth = 1024; in tool_main() local
701 determine_gpu_context_size(defineDict, &contextWidth, &contextHeight); in tool_main()
705 gRealGLHelper.init(realGLCtx.get(), contextWidth, contextHeight); in tool_main()
706 gNullGLHelper.init(nullGLCtx.get(), contextWidth, contextHeight); in tool_main()
707 gDebugGLHelper.init(debugGLCtx.get(), contextWidth, contextHeight); in tool_main()
710 gANGLEGLHelper.init(angleGLCtx.get(), contextWidth, contextHeight); in tool_main()