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

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 89 min_lod = MAX2(0, (s->view_min_lod + sv->u.tex.first_level));
90 max_lod = MIN2(s->view_max_lod + sv->u.tex.first_level,
svga_tgsi_insn.c 771 idx = emit->key.fkey.tex[sampler_num].width_height_idx +
    [all...]
  /external/skia/tests/
ReadPixelsTest.cpp 336 SkAutoTUnref<GrTexture> tex(ast.detach());
337 device.reset(new SkGpuDevice(context, tex));
  /frameworks/rs/scriptc/
rs_graphics.rsh 145 * @param tex texture matrix
148 rsgProgramVertexLoadTextureMatrix(const rs_matrix4x4 *tex);
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 145 * @param tex texture matrix
148 rsgProgramVertexLoadTextureMatrix(const rs_matrix4x4 *tex);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c 1055 offset_level = state->u.tex.first_level;
1056 last_level = state->u.tex.last_level - offset_level;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 1055 offset_level = state->u.tex.first_level;
1056 last_level = state->u.tex.last_level - offset_level;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 119 static ObjectLocalName TextureLocalName(GLenum target,unsigned int tex) {
121 return (tex!=0? tex : ctx->getDefaultTextureName(target));
124 static TextureData* getTextureData(ObjectLocalName tex) {
127 ObjectDataPtr objData = ctx->shareGroup()->getObjectData(TEXTURE,tex);
130 ctx->shareGroup()->setObjectData(TEXTURE, tex, ObjectDataPtr(texData));
139 unsigned int tex = ctx->getBindedTexture(target); local
140 return getTextureData(TextureLocalName(target,tex));
1765 unsigned int tex = ctx->getBindedTexture(target); local
2016 ObjectLocalName tex = TextureLocalName(target,ctx->getBindedTexture(target)); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 135 struct lp_tgsi_texture_info tex[PIPE_MAX_SAMPLERS]; member in struct:lp_tgsi_info
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 784 tex.r = r;
785 tex.s = s;
786 tex.target = targ;
812 } tex;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
paint.c 147 struct pipe_resource *tex = 0; local
160 tex = screen->resource_create(screen, &templ);
164 pipe_get_transfer(p->base.ctx->pipe, tex, 0, 0,
172 return tex;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.h 66 /* used for both tcl_vtx and vc_frmt tex bits (they are identical) */
316 struct radeon_state_atom tex[3]; member in struct:r100_hw_state
radeon_maos_arrays.c 253 if (!rmesa->tcl.tex[unit].buf)
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 914 GrTexture* tex = src->asTexture(); local
921 matrix.postIDiv(tex->width(), tex->height());
922 this->drawState()->addColorTextureEffect(tex, matrix);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 178 MatParamTexture tex = (MatParamTexture) param; local
179 if (tex.getTextureValue() != null && tex.getTextureValue().getImage() != null) {
183 texId += tex.getTextureValue().getImage().getId() % 0xff;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 135 struct lp_tgsi_texture_info tex[PIPE_MAX_SAMPLERS]; member in struct:lp_tgsi_info
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 784 tex.r = r;
785 tex.s = s;
786 tex.target = targ;
812 } tex;
  /external/mesa3d/src/gallium/state_trackers/vega/
paint.c 147 struct pipe_resource *tex = 0; local
160 tex = screen->resource_create(screen, &templ);
164 pipe_get_transfer(p->base.ctx->pipe, tex, 0, 0,
172 return tex;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 66 /* used for both tcl_vtx and vc_frmt tex bits (they are identical) */
316 struct radeon_state_atom tex[3]; member in struct:r100_hw_state
radeon_maos_arrays.c 253 if (!rmesa->tcl.tex[unit].buf)
  /external/skia/src/gpu/
GrDrawTarget.cpp 914 GrTexture* tex = src->asTexture(); local
921 matrix.postIDiv(tex->width(), tex->height());
922 this->drawState()->addColorTextureEffect(tex, matrix);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 176 void GLEScontext::setActiveTexture(GLenum tex) {
177 m_activeTexture = tex - GL_TEXTURE0;
718 void GLEScontext::setBindedTexture(GLenum target, unsigned int tex) {
720 m_texState[m_activeTexture][pos].texture = tex;
  /external/grub/docs/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
31 % Please try the latest version of texinfo.tex before submitting bug
34 % ftp://tug.org/tex/texinfo.tex
36 % The texinfo.tex in any given distribution could well be ou
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 2121 surface_t* tex = &(c->state.texture[0].surface); local
2167 surface_t* tex = &(c->state.texture[0].surface); local
2235 surface_t* tex = &(c->state.texture[0].surface); local
2326 surface_t* tex = &(c->state.texture[0].surface); local
    [all...]
  /external/bison/build-aux/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
12 % This texinfo.tex file is free software: you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
25 % As a special exception, when this file is read by TeX when processing
29 % Please try the latest version of texinfo.tex before submitting bug
34 % The texinfo.tex in any given distribution could well be out
41 % To process a Texinfo manual with TeX, it's most reliable to use the
44 % tex foo.texi
46 % tex foo.tex
    [all...]

Completed in 1031 milliseconds

<<11121314151617181920>>