Home
last modified time | relevance | path

Searched defs:t (Results 1 – 14 of 14) sorted by relevance

/gdk/samples/quake/jni/
Dgl_rsurf.cpp44 unsigned char l,t,w,h; member
74 int s, t; in R_AddDynamicLights() local
141 int t; in R_BuildLightMap() local
417 texture_t *t; in R_DrawSequentialPoly() local
646 float s, t, os, ot; in DrawGLWaterPoly() local
689 float s, t, os, ot; in DrawGLWaterPolyLightmap() local
856 texture_t *t; in R_RenderBrushPoly() local
934 texture_t *t; in R_RenderDynamicLightmaps() local
1058 texture_t *t; in R_DrawWaterSurfaces() local
1130 texture_t *t; in DrawTextureChains() local
[all …]
Dgl_warp.cpp65 float s, t; in SubdividePolygon() local
153 texture_t *t; in GL_SubdivideSurface() local
199 float s, t, os, ot; in EmitWaterPolys() local
260 float s, t; in EmitSkyPolys() local
773 float s, t, dv; in DrawSkyPolygon() local
991 void MakeSkyVec (float s, float t, int axis) in MakeSkyVec()
1038 float s, t; in R_DrawSkyBox() local
Dcommon.h71 #define STRUCT_FROM_LINK(l,t,m) ((t *)((byte *)l - (int)&(((t *)0)->m))) argument
Dgl_rlight.cpp278 int s, t, ds, dt; in RecursiveLightPoint() local
Dgl_mesh.cpp207 float s, t; in BuildTris() local
Dgl_rmain.cpp325 float s, t; in GL_DrawAliasFrame() local
442 float s, t, l; in GL_DrawAliasShadow() local
598 float s, t, an; in R_DrawAliasModel() local
Dmodelgen.h82 int t; member
Dhost_cmd.cpp1525 char *t; in Host_Give_f() local
Dpr_cmds.cpp980 char *s, *t; in PF_Find() local
Dglquake.h80 float s, t; member
/gdk/samples/PhotoEditor/src/com/android/photoeditor/
DToolbar.java58 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/gdk/samples/PhotoEditor/src/com/android/photoeditor/animation/
DRotate3DAnimation.java115 protected void applyTransformation(float interpolatedTime, Transformation t) { in applyTransformation()
/gdk/samples/bitmap-plasma-llvm/jni/
Dlibplasma.c140 extern void root(uint32_t width, uint32_t height, uint32_t stride, double t, uint16_t* palette, vo… in root()
DplasmaLLVM.cpp190 static void fill_plasma( AndroidBitmapInfo* info, void* pixels, double t ) in fill_plasma()