Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp361 …typedef void (CODEGEN_FUNCPTR *PFNFRAMEBUFFERTEXTURE1DPROC)(GLenum , GLenum , GLenum , GLuint , GL… typedef
668 PFNFRAMEBUFFERTEXTURE1DPROC FramebufferTexture1D;
1901 … FramebufferTexture1D = (PFNFRAMEBUFFERTEXTURE1DPROC)IntGetProcAddress("glFramebufferTexture1D"); in Switch_FramebufferTexture1D()