Home
last modified time | relevance | path

Searched refs:minLOD (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1372 float minLOD; member
1397 float minLOD; member
1640 float minLOD; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h597 float minLOD,
Dsvga_cmd_vgpu10.c1029 float minLOD, in SVGA3D_vgpu10_DefineSamplerState() argument
1038 borderColor, minLOD, in SVGA3D_vgpu10_DefineSamplerState()
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h119 bool setMinLOD(GLfloat minLOD);
DContext.cpp3165 GLfloat minLOD, maxLOD, maxAnisotropy; in applyTextures() local
3174 minLOD = samplerObject->getMinLod(); in applyTextures()
3187 minLOD = texture->getMinLOD(); in applyTextures()
3209 device->setMinLod(samplerType, samplerIndex, minLOD); in applyTextures()
DTexture.cpp253 bool Texture::setMinLOD(GLfloat minLOD) in setMinLOD() argument
255 mMinLOD = minLOD; in setMinLOD()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1880 SVGA3D_DUMP_PARAMETER(minLOD, f); in SVGA3D_DUMP_HEADER()