Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp337 const char* strExtensions = (const char*)glGetString(GL_EXTENSIONS); in ApiInitAPI() local
343 const char* position = strstr(strExtensions,"GL_EXT_discard_framebuffer"); in ApiInitAPI()