| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | Makefile.am | 54 teximage \ program in directory:bin
|
| H A D | Makefile.in | 120 @HAVE_GLUT_TRUE@ teximage$(EXEEXT) vbo$(EXEEXT) \ 180 teximage_SOURCES = teximage.c 181 teximage_OBJECTS = teximage.$(OBJEXT) 228 readpixels.c swapbuffers.c teximage.c vbo.c vertexrate.c 231 glslstateschange.c readpixels.c swapbuffers.c teximage.c vbo.c \ 569 teximage$(EXEEXT): $(teximage_OBJECTS) $(teximage_DEPENDENCIES) $(EXTRA_teximage_DEPENDENCIES) 570 @rm -f teximage$(EXEEXT) 598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/teximage.Po@am__quote@
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.7.rst | 42 - mesa/teximage: use correct extension for accept stencil texture.
|
| H A D | 11.0.2.rst | 49 - mesa: Move \_mesa_base_tex_format() from teximage to glformats files
|
| H A D | 17.1.8.rst | 52 - mesa: only copy requested compressed teximage cubemap faces
|
| H A D | 7.0.3.rst | 34 - glTexImage3D(GL_PROXY_TEXTURE_3D) mis-set teximage depth field
|
| H A D | 10.6.6.rst | 102 - mesa: only copy the requested teximage faces
|
| H A D | 19.2.2.rst | 127 - mesa: fix invalid target error handling for teximage
|
| H A D | 21.1.7.rst | 73 - teximage: return correct desktop GL error for compressedteximage
|
| H A D | 8.0.3.rst | 130 - mesa: do more teximage error checking for generic compressed formats
|
| H A D | 7.10.3.rst | 78 Logic error in mesa/main/teximage.c:texsubimage
|
| H A D | 7.9.2.rst | 195 - radeon/r200: fix fbo-clearmipmap + gen-teximage
|
| H A D | 7.10.1.rst | 204 - radeon/r200: fix fbo-clearmipmap + gen-teximage
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | st_api.h | 112 * Used in st_context_iface->teximage. 397 boolean (*teximage)(struct st_context_iface *stctxi, member in struct:st_context_iface
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | api.h | 107 * Used in st_context_iface->teximage. 409 bool (*teximage)(struct st_context_iface *stctxi, member in struct:st_context_iface
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | fogcoord.c | 361 static const GLubyte teximage[2][2][4] = { local in function:Init 373 GL_RGBA, GL_UNSIGNED_BYTE, teximage);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri_drawable.c | 282 ctx->st->teximage(ctx->st,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri_drawable.c | 289 ctx->st->teximage(ctx->st,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | teximage.c | 28 * \file teximage.c 50 #include "teximage.h" 2977 teximage(struct gl_context *ctx, GLboolean compressed, GLuint dims, function in typeref:typename:ALWAYS_INLINE void 3190 /* This is a wrapper around teximage() so that we can force the KHR_no_error 3200 teximage(ctx, compressed, dims, NULL, target, level, internalFormat, width, height, 3212 teximage(ctx, compressed, dims, NULL, target, level, internalFormat, width, height, 3242 teximage(ctx, GL_FALSE, 1, texObj, target, level, internalFormat, 3260 teximage(ctx, GL_FALSE, 1, texObj, target, level, internalFormat, width, 1, 1, 3288 teximage(ctx, GL_FALSE, 2, texObj, target, level, internalFormat, 3307 teximage(ct [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/ |
| H A D | Makefile.sources | 246 main/teximage.c \ 247 main/teximage.h \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | xm_api.c | 1547 st->teximage(st,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | teximage.h | 2 * \file teximage.h 124 struct gl_texture_image *teximage );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_manager.c | 34 #include "main/teximage.h" 987 st->iface.teximage = st_context_teximage;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | xm_api.c | 1529 st->teximage(st,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_manager.c | 34 #include "main/teximage.h" 998 st->iface.teximage = st_context_teximage;
|