Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwWrapper.cpp43 DE_THREAD_LOCAL const glw::Functions *s_functions = DE_NULL; variable
47 s_functions = gl; in setCurrentThreadFunctions()
52 return s_functions; in getCurrentThreadFunctions()
86 static FunctionTLSPtr s_functions;
90 s_functions.set(gl);
95 return s_functions.get();
/aosp_15_r20/external/deqp/framework/egl/
H A DegluStaticESLibrary.cpp73 static const tcu::StaticFunctionLibrary::Entry s_functions[] = { in createStaticESLibrary()
87 return new tcu::StaticFunctionLibrary(&s_functions[0], DE_LENGTH_OF_ARRAY(s_functions)); in createStaticESLibrary()