Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp213 …typedef void (CODEGEN_FUNCPTR *PFNCOPYTEXSUBIMAGE1DPROC)(GLenum , GLint , GLint , GLint , GLint , … typedef
520 PFNCOPYTEXSUBIMAGE1DPROC CopyTexSubImage1D;
1103 CopyTexSubImage1D = (PFNCOPYTEXSUBIMAGE1DPROC)IntGetProcAddress("glCopyTexSubImage1D"); in Switch_CopyTexSubImage1D()