HomeSort by relevance Sort by last modified time
    Searched full:g_gl_context_key (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_lib.cc 19 static gpu::ThreadLocalKey g_gl_context_key; member in namespace:gles2
23 g_gl_context_key = gpu::ThreadLocalAlloc();
27 gpu::ThreadLocalFree(g_gl_context_key);
28 g_gl_context_key = 0;
33 gpu::ThreadLocalGetValue(g_gl_context_key));
37 gpu::ThreadLocalSetValue(g_gl_context_key, context);

Completed in 758 milliseconds