Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp229 …typedef void (CODEGEN_FUNCPTR *PFNCOPYTEXSUBIMAGE3DPROC)(GLenum , GLint , GLint , GLint , GLint , … typedef
536 PFNCOPYTEXSUBIMAGE3DPROC CopyTexSubImage3D;
1189 CopyTexSubImage3D = (PFNCOPYTEXSUBIMAGE3DPROC)IntGetProcAddress("glCopyTexSubImage3D"); in Switch_CopyTexSubImage3D()