Searched refs:FramebufferTexture1D (Results 1 – 3 of 3) sorted by relevance
668 PFNFRAMEBUFFERTEXTURE1DPROC FramebufferTexture1D; variable1901 … FramebufferTexture1D = (PFNFRAMEBUFFERTEXTURE1DPROC)IntGetProcAddress("glFramebufferTexture1D"); in Switch_FramebufferTexture1D()1902 FramebufferTexture1D(target, attachment, textarget, texture, level); in Switch_FramebufferTexture1D()2656 FramebufferTexture1D = Switch_FramebufferTexture1D; in InitializeVariables()
1271 …extern void (CODEGEN_FUNCPTR *FramebufferTexture1D)(GLenum target, GLenum attachment, GLenum texta…
531 #define glFramebufferTexture1D MANGLE(FramebufferTexture1D)