Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.hpp32 void initES20Direct (Functions* gl); //!< Load all OpenGL ES 2 functions using compile-time linkage.
DglwInitES20Direct.cpp39 void initES20Direct (Functions* gl) in initES20Direct() function
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.mm136 glw::initES20Direct(&m_functions);
/external/deqp/framework/egl/
DegluGLContextFactory.cpp373 glw::initES20Direct(&m_glFunctions); in create()