Searched defs:teximage (Results 1 - 4 of 4) 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...]
/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...]

Completed in 2715 milliseconds