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

/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
H A Dst_api.h107 * Used in st_context_iface->teximage.
372 boolean (*teximage)(struct st_context_iface *stctxi, member in struct:st_context_iface
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dteximage.c27 * \file teximage.c
46 #include "teximage.h"
2543 const struct gl_texture_image *teximage )
2546 if (!teximage) {
2566 if (xoffset < -((GLint)teximage->Border)) {
2571 if (xoffset + width > (GLint) (teximage->Width + teximage->Border)) {
2577 GLint yBorder = (target == GL_TEXTURE_1D_ARRAY) ? 0 : teximage->Border;
2584 if (yoffset + height > (GLint) teximage->Height + yBorder) {
2593 GLint zBorder = (target == GL_TEXTURE_2D_ARRAY) ? 0 : teximage
2917 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, function
[all...]
H A Dteximage.h2 * \file teximage.h
78 struct gl_texture_image *teximage );
/external/mesa3d/src/gallium/include/state_tracker/
H A Dst_api.h107 * Used in st_context_iface->teximage.
372 boolean (*teximage)(struct st_context_iface *stctxi, member in struct:st_context_iface
/external/mesa3d/src/mesa/main/
H A Dteximage.c27 * \file teximage.c
46 #include "teximage.h"
2543 const struct gl_texture_image *teximage )
2546 if (!teximage) {
2566 if (xoffset < -((GLint)teximage->Border)) {
2571 if (xoffset + width > (GLint) (teximage->Width + teximage->Border)) {
2577 GLint yBorder = (target == GL_TEXTURE_1D_ARRAY) ? 0 : teximage->Border;
2584 if (yoffset + height > (GLint) teximage->Height + yBorder) {
2593 GLint zBorder = (target == GL_TEXTURE_2D_ARRAY) ? 0 : teximage
2917 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, function
[all...]
H A Dteximage.h2 * \file teximage.h
78 struct gl_texture_image *teximage );
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_manager.c203 ctx->iface.teximage = NULL;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_manager.c203 ctx->iface.teximage = NULL;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.c236 ctx->st->teximage(ctx->st,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri_drawable.c236 ctx->st->teximage(ctx->st,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddri_drawable.c236 ctx->st->teximage(ctx->st,
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.c236 ctx->st->teximage(ctx->st,
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_drawable.c236 ctx->st->teximage(ctx->st,
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_drawable.c236 ctx->st->teximage(ctx->st,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c740 if (gctx->stctxi->teximage) {
741 if (!gctx->stctxi->teximage(gctx->stctxi, target,
769 gctx->stctxi->teximage(gctx->stctxi, ST_TEXTURE_2D,
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c740 if (gctx->stctxi->teximage) {
741 if (!gctx->stctxi->teximage(gctx->stctxi, target,
769 gctx->stctxi->teximage(gctx->stctxi, ST_TEXTURE_2D,
/external/chromium_org/third_party/mesa/src/src/mesa/
H A Dsources.mak95 $(SRCDIR)main/teximage.c \
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_manager.c33 #include "main/teximage.h"
668 st->iface.teximage = st_context_teximage;
/external/mesa3d/src/mesa/
H A Dsources.mak95 $(SRCDIR)main/teximage.c \
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c33 #include "main/teximage.h"
668 st->iface.teximage = st_context_teximage;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1414 st->teximage(st,
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1414 st->teximage(st,

Completed in 404 milliseconds