Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl.cpp36 typedef __eglMustCastToProperFunctionPointerType EGLFuncPointer; typedef
75 int numHooks = sizeof(gHooksNoContext) / sizeof(EGLFuncPointer); in early_egl_init()
76 EGLFuncPointer *iter = reinterpret_cast<EGLFuncPointer*>(&gHooksNoContext); in early_egl_init()
78 *(iter++) = reinterpret_cast<EGLFuncPointer>(gl_no_context); in early_egl_init()