Searched defs:mipmap (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_manager.c473 struct pipe_resource *tex, boolean mipmap)
470 st_context_teximage(struct st_context_iface *stctxi, enum st_texture_type tex_type, int level, enum pipe_format internal_format, struct pipe_resource *tex, boolean mipmap) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c473 struct pipe_resource *tex, boolean mipmap)
470 st_context_teximage(struct st_context_iface *stctxi, enum st_texture_type tex_type, int level, enum pipe_format internal_format, struct pipe_resource *tex, boolean mipmap) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1033 int format, int target, int mipmap)
1074 b->TextureMipmap = mipmap;
1419 FALSE /* no mipmap */);
1031 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p, Colormap cmap, int format, int target, int mipmap) argument
H A Dglx_api.c1893 int target = 0, format = 0, mipmap = 0; local
1930 mipmap = 1;
1952 if (mipmap) {
1981 if (format || target || mipmap) {
1983 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c1073 int format, int target, int mipmap)
1116 b->TextureMipmap = mipmap;
1071 XMesaCreatePixmapTextureBuffer(XMesaVisual v, XMesaPixmap p, XMesaColormap cmap, int format, int target, int mipmap) argument
H A Dfakeglx.c2087 int target = 0, format = 0, mipmap = 0; local
2124 mipmap = 1;
2146 if (mipmap) {
2175 if (format || target || mipmap) {
2177 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1033 int format, int target, int mipmap)
1074 b->TextureMipmap = mipmap;
1419 FALSE /* no mipmap */);
1031 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p, Colormap cmap, int format, int target, int mipmap) argument
H A Dglx_api.c1893 int target = 0, format = 0, mipmap = 0; local
1930 mipmap = 1;
1952 if (mipmap) {
1981 if (format || target || mipmap) {
1983 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c1073 int format, int target, int mipmap)
1116 b->TextureMipmap = mipmap;
1071 XMesaCreatePixmapTextureBuffer(XMesaVisual v, XMesaPixmap p, XMesaColormap cmap, int format, int target, int mipmap) argument
H A Dfakeglx.c2087 int target = 0, format = 0, mipmap = 0; local
2124 mipmap = 1;
2146 if (mipmap) {
2175 if (format || target || mipmap) {
2177 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c53 #include "main/mipmap.h"
351 struct gen_mipmap_state *mipmap);
2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
2814 if (!mipmap->FBO)
2815 _mesa_GenFramebuffersEXT(1, &mipmap->FBO);
2816 _mesa_BindFramebufferEXT(GL_FRAMEBUFFER_EXT, mipmap->FBO);
2824 /* other work is needed to enable 3D mipmap generation */
3007 struct gen_mipmap_state *mipmap)
3013 if (mipmap->ArrayObj == 0) {
3016 _mesa_GenVertexArraysAPPLE(1, &mipmap
3006 setup_ff_generate_mipmap(struct gl_context *ctx, struct gen_mipmap_state *mipmap) argument
3037 setup_texture_sampler(GLenum target, struct gen_mipmap_state *mipmap) argument
3082 setup_glsl_generate_mipmap(struct gl_context *ctx, struct gen_mipmap_state *mipmap, GLenum target) argument
3201 meta_glsl_generate_mipmap_cleanup(struct gl_context *ctx, struct gen_mipmap_state *mipmap) argument
3236 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c53 #include "main/mipmap.h"
351 struct gen_mipmap_state *mipmap);
2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
2814 if (!mipmap->FBO)
2815 _mesa_GenFramebuffersEXT(1, &mipmap->FBO);
2816 _mesa_BindFramebufferEXT(GL_FRAMEBUFFER_EXT, mipmap->FBO);
2824 /* other work is needed to enable 3D mipmap generation */
3007 struct gen_mipmap_state *mipmap)
3013 if (mipmap->ArrayObj == 0) {
3016 _mesa_GenVertexArraysAPPLE(1, &mipmap
3006 setup_ff_generate_mipmap(struct gl_context *ctx, struct gen_mipmap_state *mipmap) argument
3037 setup_texture_sampler(GLenum target, struct gen_mipmap_state *mipmap) argument
3082 setup_glsl_generate_mipmap(struct gl_context *ctx, struct gen_mipmap_state *mipmap, GLenum target) argument
3201 meta_glsl_generate_mipmap_cleanup(struct gl_context *ctx, struct gen_mipmap_state *mipmap) argument
3236 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1080 * is a surface ID as well as face/mipmap indices.
1087 uint32 mipmap; member in struct:SVGA3dSurfaceImageId
1344 * discard the contents of the current mipmap level and face of the target
1732 * - Currently, no backend supports blits from a mipmap or face
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1080 * is a surface ID as well as face/mipmap indices.
1087 uint32 mipmap; member in struct:SVGA3dSurfaceImageId
1344 * discard the contents of the current mipmap level and face of the target
1732 * - Currently, no backend supports blits from a mipmap or face
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2093 milliseconds