Home
last modified time | relevance | path

Searched refs:teximage (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h107 * Used in st_context_iface->teximage.
421 bool (*teximage)(struct st_context_iface *stctxi, member
/third_party/mesa3d/src/mesa/main/
H A Dteximage.h2 * \file teximage.h
124 struct gl_texture_image *teximage );
H A Dteximage.c28 * \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 Ddri_drawable.c289 ctx->st->teximage(ctx->st, in dri_set_tex_buffer2()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c1530 st->teximage(st, in XMesaBindTexImage()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c35 #include "main/teximage.h"
1128 st->iface.teximage = st_context_teximage; in st_api_create_context()

Completed in 13 milliseconds