Searched refs:TexImage1D (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_API.dtd | 112 TexImage1D and TexImage2D. 119 "width" field in the protocol for TexImage1D.
|
/external/mesa3d/docs/ |
D | MESA_ycbcr_texture.spec | 133 another item to the list of TexImage1D and TexImage2D equivalence
|
D | MESA_texture_signed_rgba.spec | 187 TexImage1D, TexImage2D, TexImage3D, CopyTexImage1D, and CopyTexImage2D:
|
D | MESA_texture_array.spec | 365 TexImage1D is executed with target specified as PROXY_TEXTURE_1D,
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.cpp | 477 PFNTEXIMAGE1DPROC TexImage1D; variable 845 TexImage1D = (PFNTEXIMAGE1DPROC)IntGetProcAddress("glTexImage1D"); in Switch_TexImage1D() 846 TexImage1D(target, level, internalformat, width, border, format, type, pixels); in Switch_TexImage1D() 2465 TexImage1D = Switch_TexImage1D; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1080 …extern void (CODEGEN_FUNCPTR *TexImage1D)(GLenum target, GLint level, GLint internalformat, GLsize…
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 232 …void (GLAPIENTRY * TexImage1D)(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid …
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 748 { "glTexImage1D", _O(TexImage1D) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1752 #define glTexImage1D MANGLE(TexImage1D)
|