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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 107 if (info->num_texs < Elements(info->tex)) {
108 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs];
212 * Detect direct TEX instructions
343 const struct lp_tgsi_texture_info *tex_info = &info->tex[index];
344 debug_printf("TEX[%u] =", index);
lp_bld_sample.h 290 texture_dims(enum pipe_texture_target tex)
292 switch (tex) {
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
quad-sample.c 343 surf_tmpl.u.tex.level = 0;
344 surf_tmpl.u.tex.first_layer = 0;
345 surf_tmpl.u.tex.last_layer = 0;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestAttachDriver.java 111 Texture tex = assetManager.loadTexture(key); local
112 tex.setMinFilter(Texture.MinFilter.Trilinear);
113 mat.setTexture("ColorMap", tex);
TestBrickTower.java 197 Texture tex = assetManager.loadTexture(key); local
198 mat.setTexture("ColorMap", tex);
TestBrickWall.java 170 Texture tex = assetManager.loadTexture(key); local
171 mat.setTexture("ColorMap", tex);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 107 if (info->num_texs < Elements(info->tex)) {
108 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs];
212 * Detect direct TEX instructions
343 const struct lp_tgsi_texture_info *tex_info = &info->tex[index];
344 debug_printf("TEX[%u] =", index);
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 343 surf_tmpl.u.tex.level = 0;
344 surf_tmpl.u.tex.first_layer = 0;
345 surf_tmpl.u.tex.last_layer = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 239 /* MUL t0.xy, tex, tex; # compute x^2, y^2 */
295 /* SGT t0.y, t0.xxxx, tex.wwww; # bool b = d > 1 (NOTE tex.w == 1) */
328 /* SUB t0.z, tex.w, tex.z; # m = 1 - k */
389 /* SLE t0.y, t0.x, tex.z; # bool b = distance <= k */
405 /* CMP t0.w, -t0.y, tex.w, t0.w;
587 float radius, *pos, *tex; local
653 tex = v[0]->data[tex_slot]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.c 519 transfer = pipe_get_transfer(pipe, texture, surface->u.tex.level,
520 surface->u.tex.first_layer,
601 transfer = pipe_get_transfer(pipe, texture, surface->u.tex.level,
602 surface->u.tex.first_layer, PIPE_TRANSFER_READ,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_code.h 190 int tex_offset; /**< first tex instruction */
191 int tex_end; /**< last tex instruction, relative to tex_offset */
204 } tex; member in struct:r300_fragment_program_code
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 120 Pointer pTex = (Pointer) mtex.getFieldValue("tex");
122 Structure tex = pTex.fetchData(blenderContext.getInputStream()).get(0); local
123 int type = ((Number) tex.getFieldValue("type")).intValue();
129 textures.add(tex);
132 textures.add(tex);
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
NullRenderer.java 128 public void setTexture(int unit, Texture tex) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 239 /* MUL t0.xy, tex, tex; # compute x^2, y^2 */
295 /* SGT t0.y, t0.xxxx, tex.wwww; # bool b = d > 1 (NOTE tex.w == 1) */
328 /* SUB t0.z, tex.w, tex.z; # m = 1 - k */
389 /* SLE t0.y, t0.x, tex.z; # bool b = distance <= k */
405 /* CMP t0.w, -t0.y, tex.w, t0.w;
587 float radius, *pos, *tex; local
653 tex = v[0]->data[tex_slot]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 519 transfer = pipe_get_transfer(pipe, texture, surface->u.tex.level,
520 surface->u.tex.first_layer,
601 transfer = pipe_get_transfer(pipe, texture, surface->u.tex.level,
602 surface->u.tex.first_layer, PIPE_TRANSFER_READ,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 190 int tex_offset; /**< first tex instruction */
191 int tex_end; /**< last tex instruction, relative to tex_offset */
204 } tex; member in struct:r300_fragment_program_code
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 98 public abstract void drawMesh(BasicTexture tex, int x, int y, int xyBuffer,
  /frameworks/rs/driver/
rsdShader.h 99 const android::renderscript::Allocation *tex);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 98 public abstract void drawMesh(BasicTexture tex, int x, int y, int xyBuffer,
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
GLCanvas.java 98 public abstract void drawMesh(BasicTexture tex, int x, int y, int xyBuffer,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 3239 WebGLTexture* tex = validateTextureBinding("texImage2D", target, true); local
3502 WebGLTexture* tex = validateTextureBinding("texSubImage2D", target, true); local
4373 WebGLTexture* tex = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 202 cbuf->u.tex.first_layer,
203 cbuf->u.tex.level,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_hyperz.c 155 if (zstex->tex.zcomp8x8[fb->zsbuf->u.tex.level]) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_texture.c 556 unsigned level = surf_tmpl->u.tex.level;
558 assert(surf_tmpl->u.tex.first_layer == surf_tmpl->u.tex.last_layer);
562 /* offset = r600_texture_get_offset(rtex, level, surf_tmpl->u.tex.first_layer);*/
571 surface->base.u.tex.first_layer = surf_tmpl->u.tex.first_layer;
572 surface->base.u.tex.last_layer = surf_tmpl->u.tex.last_layer;
573 surface->base.u.tex.level = level;
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SkyFactory.java 211 Texture tex = assetManager.loadTexture(key); local
212 return createSky(assetManager, tex, sphereMap);

Completed in 385 milliseconds

<<11121314151617181920>>