Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp362 …typedef void (CODEGEN_FUNCPTR *PFNFRAMEBUFFERTEXTURE2DPROC)(GLenum , GLenum , GLenum , GLuint , GL… typedef
669 PFNFRAMEBUFFERTEXTURE2DPROC FramebufferTexture2D;
1907 … FramebufferTexture2D = (PFNFRAMEBUFFERTEXTURE2DPROC)IntGetProcAddress("glFramebufferTexture2D"); in Switch_FramebufferTexture2D()