Searched refs:sGLExtentionMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp170 static DefaultKeyedVector<String8, __eglMustCastToProperFunctionPointerType> sGLExtentionMap; member in namespace:android
923 // this protects accesses to sGLExtentionMap and sGLExtentionSlot
944 addr = sGLExtentionMap.valueFor(name);
974 sGLExtentionMap.add(name, addr);

Completed in 36 milliseconds