HomeSort by relevance Sort by last modified time
    Searched refs:tex (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/skia/samplecode/
SampleWarp.cpp 281 SkPoint* tex = fTex; local
290 tex->set(texture.fLeft + x*dtx, texture.fTop + y*dty);
291 tex += 1;
  /external/quake/quake/src/QW/client/
gl_rsurf.c 77 mtexinfo_t *tex; local
81 tex = surf->texinfo;
103 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
104 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
    [all...]
gl_model.c 710 mtexinfo_t *tex; local
716 tex = s->texinfo;
728 val = v->position[0] * tex->vecs[j][0] +
729 v->position[1] * tex->vecs[j][1] +
730 v->position[2] * tex->vecs[j][2] +
731 tex->vecs[j][3];
746 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 512 /* 256 */ )
    [all...]
model.c 701 mtexinfo_t *tex; local
707 tex = s->texinfo;
719 val = v->position[0] * tex->vecs[j][0] +
720 v->position[1] * tex->vecs[j][1] +
721 v->position[2] * tex->vecs[j][2] +
722 tex->vecs[j][3];
737 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 256)
    [all...]
  /frameworks/base/libs/rs/
rsScriptC_LibGL.cpp 152 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4}; local
156 attribs[1].set(GL_FLOAT, 2, 8, false, (uint32_t)tex, "ATTRIB_texture0");
  /frameworks/base/libs/rs/scriptc/
rs_graphics.rsh 142 * @param tex texture matrix
145 rsgProgramVertexLoadTextureMatrix(const rs_matrix4x4 *tex);
  /development/tools/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));
1768 unsigned int tex = ctx->getBindedTexture(target); local
2018 ObjectLocalName tex = TextureLocalName(target,ctx->getBindedTexture(target)); local
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 157 void GLEScontext::setActiveTexture(GLenum tex) {
158 m_activeTexture = tex - GL_TEXTURE0;
655 void GLEScontext::setBindedTexture(GLenum target, unsigned int tex) {
657 m_texState[m_activeTexture][pos].texture = tex;
  /external/quake/quake/src/WinQuake/
gl_model.cpp 710 mtexinfo_t *tex; local
716 tex = s->texinfo;
728 val = v->position[0] * tex->vecs[j][0] +
729 v->position[1] * tex->vecs[j][1] +
730 v->position[2] * tex->vecs[j][2] +
731 tex->vecs[j][3];
746 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 512 /* 256 */ )
    [all...]
model.cpp 719 mtexinfo_t *tex; local
725 tex = s->texinfo;
737 val = v->position[0] * tex->vecs[j][0] +
738 v->position[1] * tex->vecs[j][1] +
739 v->position[2] * tex->vecs[j][2] +
740 tex->vecs[j][3];
755 if ( !(tex->flags & TEX_SPECIAL) && s->extents[i] > 256)
    [all...]
gl_rsurf.cpp 77 mtexinfo_t *tex; local
81 tex = surf->texinfo;
103 local[0] = DotProduct (impact, tex->vecs[0]) + tex->vecs[0][3];
104 local[1] = DotProduct (impact, tex->vecs[1]) + tex->vecs[1][3];
    [all...]
  /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 2100 surface_t* tex = &(c->state.texture[0].surface); local
2146 surface_t* tex = &(c->state.texture[0].surface); local
2210 surface_t* tex = &(c->state.texture[0].surface); local
2301 surface_t* tex = &(c->state.texture[0].surface); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/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
32 % ftp://tug.org/tex/texinfo.tex
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 th
    [all...]
  /external/skia/gpu/src/
GrDrawTarget.cpp 24 // recursive helper for creating mask with all the tex coord bits set for
34 // mask of all tex coord indices for one stage
104 // figure out how many tex coordinates are present and precede this one.
124 // figure out how many tex coordinates are present and precede this one.
307 void GrDrawTarget::setTexture(int stage, GrTexture* tex) {
309 fCurrDrawState.fTextures[stage] = tex;
GrGpuGL.cpp 1076 GrGLTexture* tex = new GrGLTexture(this, glDesc, rtIDs, DEFAULT_PARAMS); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 252 public void drawMesh(BasicTexture tex, int x, int y, int xyBuffer,
255 if (!bindTexture(tex)) return;
258 && (!tex.isOpaque() || alpha < OPAQUE_ALPHA));
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 97 SurfaceTexture::SurfaceTexture(GLuint tex, bool allowSynchronousMode,
110 mTexName(tex),
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 604 float* tex = vtx + 3; local
607 glVertexAttribPointer(mTexcoordAttrSlot, 2, GL_FLOAT, false, 20, tex);
  /external/e2fsprogs/lib/et/
texinfo.tex 1 %% TeX macros to handle texinfo files
108 % Save some parts of plain tex whose names we will redefine.
123 \def\tie{\penalty 10000\ } % Save plain tex definition of ~.
222 % an ordinary undelimited TeX argument.
386 % Some texinfo constructs that are trivial in tex
476 %% serif) and @ii for TeX italic
526 % Now make Tex use those variables
759 % Define \newwrite to be identical to plain tex's \newwrite
933 \def\doprintindex#1{\tex %
    [all...]
  /external/bison/build-aux/
Makefile 41 mkinstalldirs texinfo.tex ylwrap
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 1999 gl::Texture *tex = context->getTexture(texture); local
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 30 \input{abstract.tex}
37 \input{abstract.tex}
  /external/bison/doc/
refcard.tex 41 % This file is intended to be processed by plain TeX (TeX82).
149 % We want output .3 inch *from top of paper edge*; i.e. -.7in from TeX default
513 % compile-command: "tex refcard"
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 452 milliseconds

1 23 4