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

12

/xsrc/external/mit/mesa-demos/dist/src/perf/
H A DMakefile.am54 teximage \ program in directory:bin
H A DMakefile.in120 @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 D10.6.7.rst42 - mesa/teximage: use correct extension for accept stencil texture.
H A D11.0.2.rst49 - mesa: Move \_mesa_base_tex_format() from teximage to glformats files
H A D17.1.8.rst52 - mesa: only copy requested compressed teximage cubemap faces
H A D7.0.3.rst34 - glTexImage3D(GL_PROXY_TEXTURE_3D) mis-set teximage depth field
H A D10.6.6.rst102 - mesa: only copy the requested teximage faces
H A D19.2.2.rst127 - mesa: fix invalid target error handling for teximage
H A D21.1.7.rst73 - teximage: return correct desktop GL error for compressedteximage
H A D8.0.3.rst130 - mesa: do more teximage error checking for generic compressed formats
H A D7.10.3.rst78 Logic error in mesa/main/teximage.c:texsubimage
H A D7.9.2.rst195 - radeon/r200: fix fbo-clearmipmap + gen-teximage
H A D7.10.1.rst204 - radeon/r200: fix fbo-clearmipmap + gen-teximage
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
H A Dst_api.h112 * 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 Dapi.h107 * 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 Dfogcoord.c361 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 Ddri_drawable.c282 ctx->st->teximage(ctx->st,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.c289 ctx->st->teximage(ctx->st,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dteximage.c28 * \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 DMakefile.sources246 main/teximage.c \
247 main/teximage.h \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1547 st->teximage(st,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dteximage.h2 * \file teximage.h
124 struct gl_texture_image *teximage );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.c34 #include "main/teximage.h"
987 st->iface.teximage = st_context_teximage;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_api.c1529 st->teximage(st,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.c34 #include "main/teximage.h"
998 st->iface.teximage = st_context_teximage;

Completed in 43 milliseconds

12