Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp89 EGLFuncPointer gpaNext = (*next_layer_funcs)[gpaIndex]; in getNextLayerProcAddress() local
90 …ndex(%i) gpaNext(%llu) <- using GPA at this address", name, gpaIndex, (unsigned long long)gpaNext); in getNextLayerProcAddress()
95 PFNEGLGETPROCADDRESSPROC next = reinterpret_cast<PFNEGLGETPROCADDRESSPROC>(gpaNext); in getNextLayerProcAddress()
98 …ext(%llu) Got back (%llu) from GPA", name, gpaIndex, (unsigned long long)gpaNext, (unsigned long l… in getNextLayerProcAddress()