Searched refs:glTexImage3D (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_context.h35 #define glTexImage3D glTexImage3D_OSX macro
40 #undef glTexImage3D
H A Dapple_visual.c40 #define glTexImage3D glTexImage3D_OSX macro
47 #undef glTexImage3D
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_context.h35 #define glTexImage3D glTexImage3D_OSX macro
40 #undef glTexImage3D
H A Dapple_visual.c40 #define glTexImage3D glTexImage3D_OSX macro
47 #undef glTexImage3D
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Darbnpot.c151 glTexImage3D(GL_PROXY_TEXTURE_3D, 0, GL_RGB, imgWidth, imgHeight, 1, 0,
157 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB, imgWidth, imgHeight, 1, 0,
H A Darraytexture.c266 glTexImage3D(GL_TEXTURE_2D_ARRAY_EXT, 0, GL_RGB8,
H A Dpackedpixels.c177 glTexImage3D(GL_TEXTURE_3D, 0, intFormat, 4, 4, 4, 0,
H A Dgetprocaddress.c368 glTexImage3D(GL_TEXTURE_3D, 0, GL_COMPRESSED_RGBA_S3TC_DXT3_EXT,
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dtexture3d.c97 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB, iWidth, iHeight,
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-tex-3d.c74 glTexImage3D(GL_TEXTURE_3D, 0, 3, SIZE, SIZE, SIZE, 0,
H A Dquad-tex-3d.c74 glTexImage3D(GL_TEXTURE_3D, 0, 3, SIZE, SIZE, SIZE, 0,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.4.3.rst38 - Fixed broken glTexImage3D() when image type = GL_BITMAP
H A D7.0.3.rst34 - glTexImage3D(GL_PROXY_TEXTURE_3D) mis-set teximage depth field
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfslight.c334 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, SZ0, SZ0, SZ0, 0,
336 glTexImage3D(GL_TEXTURE_3D, 1, GL_RGBA, SZ1, SZ1, SZ1, 0,
H A Dstex3d.c308 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA,
581 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA,
/xsrc/external/mit/MesaLib.old/dist/src/mapi/es2api/
H A DABI-check309 glTexImage3D
/xsrc/external/mit/MesaLib/dist/docs/
H A Dviewperf.rst231 glTexImage3D() call will fail with GL_INVALID_VALUE or GL_OUT_OF_MEMORY
263 the device driver's limit. When this happens, the glTexImage3D call
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglprocs.h426 "glTexImage3D\0"
1579 NAME_FUNC_OFFSET( 4988, glTexImage3D, glTexImage3D, NULL, _gloffset_TexImage3D),
2032 NAME_FUNC_OFFSET(14756, glTexImage3D, glTexImage3D, NULL, _gloffset_TexImage3D),
/xsrc/external/mit/MesaLib/src/mapi/es2api/
H A Dglapi_mapi_tmp.h297 GLAPI void APIENTRY glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
2363 GLAPI void APIENTRY glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) function in typeref:typename:GLAPI void APIENTRY
3742 STUB_ASM_ENTRY("glTexImage3D")"\n"
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h1496 GLAPI void GLAPIENTRY glTexImage3D( GLenum target, GLint level,
/xsrc/external/mit/MesaLib.old/dist/include/GLES3/
H A Dgl3.h1102 GL_APICALL void GL_APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
H A Dgl31.h1104 GL_APICALL void GL_APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
/xsrc/external/mit/MesaLib/dist/include/GLES3/
H A Dgl3.h1102 GL_APICALL void GL_APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
H A Dgl31.h1102 GL_APICALL void GL_APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dgl.h1489 GLAPI void GLAPIENTRY glTexImage3D( GLenum target, GLint level,

Completed in 80 milliseconds

12