HomeSort by relevance Sort by last modified time
    Searched refs:tex (Results 101 - 125 of 567) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_describe.c 72 util_sprintf(buf, "pipe_surface<%s,%u,%u,%u>", res, ptr->u.tex.level, ptr->u.tex.first_layer, ptr->u.tex.last_layer);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestEnvironmentMapping.java 34 final Texture tex = assetManager.loadTexture(key); local
39 m.setTexture("EnvMap", tex);
50 rootNode.attachChild(SkyFactory.createSky(assetManager, tex, false));
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.c 72 util_sprintf(buf, "pipe_surface<%s,%u,%u,%u>", res, ptr->u.tex.level, ptr->u.tex.first_layer, ptr->u.tex.last_layer);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 273 struct temp_texture Tex; /**< separate texture from other meta ops */
348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex);
1209 struct temp_texture *tex = &ctx->Meta->TempTex; local
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; local
1400 struct temp_texture *tex = get_temp_texture(ctx); local
1580 struct temp_texture *tex = get_temp_texture(ctx); local
2106 struct temp_texture *tex = get_temp_texture(ctx); local
2292 struct temp_texture *tex = get_temp_texture(ctx); local
2326 struct temp_texture *tex = get_temp_texture(ctx); local
2358 struct temp_texture *tex = get_temp_texture(ctx); local
2626 struct temp_texture *tex = get_bitmap_temp_texture(ctx); local
3010 GLfloat x, y, tex[3]; member in struct:vertex
3087 GLfloat x, y, tex[3]; member in struct:vertex
3238 GLfloat x, y, tex[3]; member in struct:vertex
3611 GLfloat x, y, tex[3]; member in struct:vertex
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 273 struct temp_texture Tex; /**< separate texture from other meta ops */
348 static void cleanup_temp_texture(struct gl_context *ctx, struct temp_texture *tex);
1209 struct temp_texture *tex = &ctx->Meta->TempTex; local
1227 struct temp_texture *tex = &ctx->Meta->Bitmap.Tex; local
1400 struct temp_texture *tex = get_temp_texture(ctx); local
1580 struct temp_texture *tex = get_temp_texture(ctx); local
2106 struct temp_texture *tex = get_temp_texture(ctx); local
2292 struct temp_texture *tex = get_temp_texture(ctx); local
2326 struct temp_texture *tex = get_temp_texture(ctx); local
2358 struct temp_texture *tex = get_temp_texture(ctx); local
2626 struct temp_texture *tex = get_bitmap_temp_texture(ctx); local
3010 GLfloat x, y, tex[3]; member in struct:vertex
3087 GLfloat x, y, tex[3]; member in struct:vertex
3238 GLfloat x, y, tex[3]; member in struct:vertex
3611 GLfloat x, y, tex[3]; member in struct:vertex
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 96 ID3D11Texture2D* tex; local
98 ensure(swap_chain->GetBuffer(0, IID_ID3D11Texture2D, (void**)&tex));
99 ensure(dev->CreateRenderTargetView(tex, NULL, &rtv));
106 tex->Release();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.c 106 transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
117 util_copy_rect(map, srf->tex->format, transfer->stride,
120 util_copy_rect(data, srf->tex->format, pitch,
157 srf->transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
159 srf->tex->width0, srf->tex->height0);
192 if (!screen->is_format_supported(screen, dst->tex->format,
197 u_surface_default_template(&srf_templ, dst->tex,
199 ctx->srf = ctx->pipe->create_surface(ctx->pipe, dst->tex, &srf_templ);
219 if (src->tex->format != dst->tex->format)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
Makefile 21 quad-tex.c \
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorNoise.java 61 protected Texture generate(Structure tex, int width, int height, int depth, BlenderContext blenderContext) {
63 int noisedepth = ((Number) tex.getFieldValue("noisedepth")).intValue();
66 float[][] colorBand = this.computeColorband(tex, blenderContext);
69 BrightnessAndContrastData bacd = new BrightnessAndContrastData(tex);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 96 ID3D11Texture2D* tex; local
98 ensure(swap_chain->GetBuffer(0, IID_ID3D11Texture2D, (void**)&tex));
99 ensure(dev->CreateRenderTargetView(tex, NULL, &rtv));
106 tex->Release();
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 106 transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
117 util_copy_rect(map, srf->tex->format, transfer->stride,
120 util_copy_rect(data, srf->tex->format, pitch,
157 srf->transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
159 srf->tex->width0, srf->tex->height0);
192 if (!screen->is_format_supported(screen, dst->tex->format,
197 u_surface_default_template(&srf_templ, dst->tex,
199 ctx->srf = ctx->pipe->create_surface(ctx->pipe, dst->tex, &srf_templ);
219 if (src->tex->format != dst->tex->format)
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
Makefile 21 quad-tex.c \
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 91 surface_temp.u.tex.level = 0;
92 surface_temp.u.tex.first_layer = 0;
93 surface_temp.u.tex.last_layer = 0;
122 surface_temp.u.tex.level = 0;
123 surface_temp.u.tex.first_layer = 0;
124 surface_temp.u.tex.last_layer = 0;
226 struct pipe_resource temp, *tex; local
239 tex = info->screen->resource_create(info->screen, &temp);
240 if (!tex) {
248 tex,
    [all...]
shader-leak.c 32 static struct pipe_resource *tex = NULL; variable in typeref:struct:pipe_resource
160 screen->flush_frontbuffer(screen, tex, 0, 0, window);
206 tex = screen->resource_create(screen, &templat);
207 if (tex == NULL) {
214 surf_tmpl.u.tex.level = 0;
215 surf_tmpl.u.tex.first_layer = 0;
216 surf_tmpl.u.tex.last_layer = 0;
217 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
219 fprintf(stderr, "Unable to create tex surface!\n");
tri-gs.c 28 static struct pipe_resource *tex = NULL; variable in typeref:struct:pipe_resource
170 screen->flush_frontbuffer(screen, tex, 0, 0, window);
214 tex = screen->resource_create(screen,
216 if (tex == NULL)
221 surf_tmpl.u.tex.level = 0;
222 surf_tmpl.u.tex.first_layer = 0;
223 surf_tmpl.u.tex.last_layer = 0;
224 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
tri-instanced.c 31 static struct pipe_resource *tex = NULL; variable in typeref:struct:pipe_resource
221 screen->flush_frontbuffer(screen, tex, 0, 0, window);
265 tex = screen->resource_create(screen,
267 if (tex == NULL)
272 surf_tmpl.u.tex.level = 0;
273 surf_tmpl.u.tex.first_layer = 0;
274 surf_tmpl.u.tex.last_layer = 0;
275 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 91 surface_temp.u.tex.level = 0;
92 surface_temp.u.tex.first_layer = 0;
93 surface_temp.u.tex.last_layer = 0;
122 surface_temp.u.tex.level = 0;
123 surface_temp.u.tex.first_layer = 0;
124 surface_temp.u.tex.last_layer = 0;
226 struct pipe_resource temp, *tex; local
239 tex = info->screen->resource_create(info->screen, &temp);
240 if (!tex) {
248 tex,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_sampler.c 63 const struct i915_texture *tex,
85 const struct i915_texture *tex,
88 const struct pipe_resource *pt = &tex->b.b;
296 const struct i915_texture *tex,
301 const struct pipe_resource *pt = &tex->b.b;
307 assert(tex);
315 pitch = tex->stride;
325 | ms3_tiling_bits(tex->tiling));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi.h 73 } tex[PIPE_MAX_SAMPLERS]; member in struct:svga_fs_compile_key
143 return (const char *)&key->tex[key->num_textures] - (const char *)key;
  /external/iproute2/doc/
Makefile 3 # api-rtnl.tex api-pmtudisc.tex api-news.tex
37 %.dvi: %.tex
47 #%.pdf: %.tex
59 install -m 0644 $(shell echo *.tex) $(DESTDIR)$(DOCDIR)
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestSoftwareMouse.java 95 Texture tex = assetManager.loadTexture("Interface/Logo/Cursor.png"); local
98 cursor.setTexture(assetManager, (Texture2D) tex, true);
105 // Image img = tex.getImage();
  /external/libvorbis/doc/
10-tables.tex 1 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
2 %!TEX root = Vorbis_I_spec.tex
a2-encapsulation-rtp.tex 1 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
2 %!TEX root = Vorbis_I_spec.tex
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 63 const struct i915_texture *tex,
85 const struct i915_texture *tex,
88 const struct pipe_resource *pt = &tex->b.b;
296 const struct i915_texture *tex,
301 const struct pipe_resource *pt = &tex->b.b;
307 assert(tex);
315 pitch = tex->stride;
325 | ms3_tiling_bits(tex->tiling));
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.h 73 } tex[PIPE_MAX_SAMPLERS]; member in struct:svga_fs_compile_key
143 return (const char *)&key->tex[key->num_textures] - (const char *)key;

Completed in 245 milliseconds

1 2 3 45 6 7 8 91011>>