Home
last modified time | relevance | path

Searched defs:Mipmap (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Device/
DSampler.hpp28 struct Mipmap struct
30 const void *buffer;
32 short4 uHalf;
33 short4 vHalf;
34 short4 wHalf;
35 int4 width;
36 int4 height;
37 int4 depth;
38 short4 onePitchP;
39 int4 pitchP;
[all …]
/external/swiftshader/src/Renderer/
DSampler.hpp24 struct Mipmap struct
26 const void *buffer[6];
28 float4 fWidth;
29 float4 fHeight;
30 float4 fDepth;
32 short uHalf[4];
33 short vHalf[4];
34 short wHalf[4];
35 short width[4];
36 short height[4];
[all …]
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs76 public partial class Mipmap class in HelloworldXamarin.Droid.Resource
82 static Mipmap() in Mipmap() method in HelloworldXamarin.Droid.Resource.Mipmap
87 private Mipmap() in Mipmap() method in HelloworldXamarin.Droid.Resource.Mipmap
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h369 struct gen_mipmap_state Mipmap; /**< For _mesa_meta_GenerateMipmap() */ member