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

  /external/deqp/framework/opengl/wrapper/
glwWrapper.cpp 43 DE_THREAD_LOCAL const glw::Functions* s_functions = DE_NULL; member in namespace:glw
47 s_functions = gl;
52 return s_functions;
87 static FunctionTLSPtr s_functions;
91 s_functions.set(gl);
96 return s_functions.get();
  /external/deqp/framework/egl/
egluStaticESLibrary.cpp 50 static const tcu::StaticFunctionLibrary::Entry s_functions[] = local
60 return new tcu::StaticFunctionLibrary(&s_functions[0], DE_LENGTH_OF_ARRAY(s_functions));
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
extension_helper.py 214 print 'static const struct dri_extension_function %s_functions[] = {' % (category)
  /external/mesa3d/src/mapi/glapi/gen/
extension_helper.py 214 print 'static const struct dri_extension_function %s_functions[] = {' % (category)

Completed in 317 milliseconds