Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.h85 typedef GLboolean (GL_APIENTRY *PFNGLUNMAPBUFFEROES)(GLenum target); typedef
125 PFNGLUNMAPBUFFEROES glUnmapBufferOES;
DPVRTgles2Ext.cpp83 glUnmapBufferOES = (PFNGLUNMAPBUFFEROES) PVRGetProcAddress(glUnmapBufferOES); in LoadExtensions()