Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp214 …typedef void (CODEGEN_FUNCPTR *PFNCOPYTEXSUBIMAGE2DPROC)(GLenum , GLint , GLint , GLint , GLint , … typedef
521 PFNCOPYTEXSUBIMAGE2DPROC CopyTexSubImage2D;
1109 CopyTexSubImage2D = (PFNCOPYTEXSUBIMAGE2DPROC)IntGetProcAddress("glCopyTexSubImage2D"); in Switch_CopyTexSubImage2D()