Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.h112 …typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOES) (GLenum target, GLint level, GLint xoffset, … typedef
199 PFNGLCOPYTEXSUBIMAGE3DOES glCopyTexSubImage3DOES;
DPVRTgles2Ext.cpp120 glCopyTexSubImage3DOES = (PFNGLCOPYTEXSUBIMAGE3DOES) PVRGetProcAddress(glCopyTexSubImage3DOES); in LoadExtensions()