Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp363 …typedef void (CODEGEN_FUNCPTR *PFNFRAMEBUFFERTEXTURE3DPROC)(GLenum , GLenum , GLenum , GLuint , GL… typedef
670 PFNFRAMEBUFFERTEXTURE3DPROC FramebufferTexture3D;
1913 … FramebufferTexture3D = (PFNFRAMEBUFFERTEXTURE3DPROC)IntGetProcAddress("glFramebufferTexture3D"); in Switch_FramebufferTexture3D()