Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage2D (Results 1 – 25 of 1997) sorted by path

12345678910>>...80

/dports/astro/opencpn/OpenCPN-5.2.4/include/GL/
H A Dgl.h1381 GLAPI void GLAPIENTRY glCopyTexSubImage2D( GLenum target, GLint level,
H A Dgl_private.h1848 GLAPI void GLAPIENTRY glCopyTexSubImage2D( GLenum target, GLint level,
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/include/GL/
H A Dgl.h1394 GLAPI void GLAPIENTRY glCopyTexSubImage2D( GLenum target, GLint level,
H A Dgl_mangle.h299 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) macro
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/include/GLES/
H A Dgl.h653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
H A Dgl2.h497 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset,…
H A Dgl3.h831 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffse…
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/spec/yml/
H A Dgles-1.1.yml26 glCopyTexSubImage2D: [void, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLin…
H A Dgles-2.0.yml31 glCopyTexSubImage2D: [void, GLenum target, GLint level, GLint xoffset, GLint yoffset,
H A Dopengl.yml3248 glCopyTexSubImage2D: [void, GLenum target, GLint level, GLint xoffset, GLint yoffset,
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/gl/wrap/
H A Dgles.c682 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
683 LOAD_GLES(glCopyTexSubImage2D); in glCopyTexSubImage2D()
685 PUSH_IF_COMPILING(glCopyTexSubImage2D) in glCopyTexSubImage2D()
H A Dgles.h2286 void glCopyTexSubImage2D(glCopyTexSubImage2D_ARG_EXPAND);
2814 packed_data->func = glCopyTexSubImage2D; \
H A Dgles2.c732 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
733 LOAD_GLES(glCopyTexSubImage2D); in glCopyTexSubImage2D()
735 PUSH_IF_COMPILING(glCopyTexSubImage2D) in glCopyTexSubImage2D()
H A Dgles2.h2440 void glCopyTexSubImage2D(glCopyTexSubImage2D_ARG_EXPAND);
2948 packed_data->func = glCopyTexSubImage2D; \
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/glx/
H A Dgles2funcs.inc25 EX(glCopyTexSubImage2D);
H A Dglesfuncs.inc26 EX(glCopyTexSubImage2D);
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/proxy/client/src/
H A Dclient.c890 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
18140 return (void *)glCopyTexSubImage2D; in glXGetProcAddressARB()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/proxy/
H A Dgl.h7514 void glCopyTexSubImage2D(glCopyTexSubImage2D_ARG_EXPAND);
9411 packed_data->func = glCopyTexSubImage2D; in push_glCopyTexSubImage2D()
H A Dproxy.h26204 void glCopyTexSubImage2D(glCopyTexSubImage2D_ARG_EXPAND);
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/proxy/host/
H A Dhost.c693glCopyTexSubImage2D(args.a1, args.a2, args.a3, args.a4, args.a5, args.a6, args.a7, args.a8); in glIndexedCall()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DSpoutSender.cpp128glCopyTexSubImage2D(GL_TEXTURE_2D,0,0,0,0,0,static_cast<GLsizei>(width),static_cast<GLsizei>(heigh… in captureAndSendFrame()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/
H A DFBO.cpp245 glCopyTexSubImage2D( GL_TEXTURE_2D, in unlock()
256 glCopyTexSubImage2D( GL_TEXTURE_2D, 0, 0, 0, 0, 0, this->texsize, this->texsize ); in unlock()
H A DShaderEngine.cpp566 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, texsize/2, texsize/2); in RenderBlurTextures()
594 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, texsize/4, texsize/4); in RenderBlurTextures()
619 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, texsize/8, texsize/8); in RenderBlurTextures()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/
H A Dglew.h846 GLAPI void GLAPIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset…
/dports/audio/fasttracker2/ft2-clone-1.49/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_opengl.h1410 GLAPI void GLAPIENTRY glCopyTexSubImage2D( GLenum target, GLint level,

12345678910>>...80