Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp79 static ExtentionDescriptor s_eglExtentions[] = { variable
83 static int s_eglExtentionsSize = sizeof(s_eglExtentions) /
944 if(strcmp(procname,s_eglExtentions[i].name) == 0){ in eglGetProcAddress()
945 retVal = s_eglExtentions[i].address; in eglGetProcAddress()