Searched refs:teximage (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/include/frontend/ |
H A D | api.h | 107 * Used in st_context_iface->teximage. 421 bool (*teximage)(struct st_context_iface *stctxi, member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | teximage.h | 2 * \file teximage.h 124 struct gl_texture_image *teximage );
|
H A D | teximage.c | 28 * \file teximage.c 50 #include "teximage.h" 2969 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, in teximage() function 3182 /* This is a wrapper around teximage() so that we can force the KHR_no_error 3192 teximage(ctx, compressed, dims, NULL, target, level, internalFormat, width, height, in teximage_err() 3204 teximage(ctx, compressed, dims, NULL, target, level, internalFormat, width, height, in teximage_no_error() 3234 teximage(ctx, GL_FALSE, 1, texObj, target, level, internalFormat, in _mesa_TextureImage1DEXT() 3252 teximage(ctx, GL_FALSE, 1, texObj, target, level, internalFormat, width, 1, 1, in _mesa_MultiTexImage1DEXT() 3280 teximage(ctx, GL_FALSE, 2, texObj, target, level, internalFormat, in _mesa_TextureImage2DEXT() 3299 teximage(ct in _mesa_MultiTexImage2DEXT() [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.c | 289 ctx->st->teximage(ctx->st, in dri_set_tex_buffer2()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_api.c | 1530 st->teximage(st, in XMesaBindTexImage()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_manager.c | 35 #include "main/teximage.h" 1128 st->iface.teximage = st_context_teximage; in st_api_create_context()
|
Completed in 13 milliseconds