/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
renderer9_utils.h | 30 D3DTEXTUREFILTERTYPE ConvertMagFilter(GLenum magFilter, float maxAnisotropy); 31 void ConvertMinFilter(GLenum minFilter, D3DTEXTUREFILTERTYPE *d3dMinFilter, D3DTEXTUREFILTERTYPE *d3dMipFilter, float maxAnisotropy);
|
renderer11_utils.h | 29 D3D11_FILTER ConvertFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
|
renderer9_utils.cpp | 182 D3DTEXTUREFILTERTYPE ConvertMagFilter(GLenum magFilter, float maxAnisotropy) 184 if (maxAnisotropy > 1.0f) 200 void ConvertMinFilter(GLenum minFilter, D3DTEXTUREFILTERTYPE *d3dMinFilter, D3DTEXTUREFILTERTYPE *d3dMipFilter, float maxAnisotropy) 234 if (maxAnisotropy > 1.0f)
|
RenderStateCache.cpp | 378 samplerDesc.Filter = gl_d3d11::ConvertFilter(samplerState.minFilter, samplerState.magFilter, samplerState.maxAnisotropy); 383 samplerDesc.MaxAnisotropy = samplerState.maxAnisotropy;
|
renderer11_utils.cpp | 153 D3D11_FILTER ConvertFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy) 155 if (maxAnisotropy > 1.0f)
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
angletypes.h | 107 float maxAnisotropy;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_state_tex.c | 95 filter |= log2i(sa->MaxAnisotropy) << 31 | 97 log2i(sa->MaxAnisotropy) << 27 |
|
nv10_state_tex.c | 193 | log2i(sa->MaxAnisotropy) << 4;
|
nv20_state_tex.c | 205 | log2i(sa->MaxAnisotropy) << 4;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_tex.c | 95 filter |= log2i(sa->MaxAnisotropy) << 31 | 97 log2i(sa->MaxAnisotropy) << 27 |
|
nv10_state_tex.c | 193 | log2i(sa->MaxAnisotropy) << 4;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen7_sampler_state.c | 81 if (gl_sampler->MaxAnisotropy > 1.0) { 85 if (gl_sampler->MaxAnisotropy > 2.0) { 86 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2,
|
brw_wm_sampler_state.c | 207 if (gl_sampler->MaxAnisotropy > 1.0) { 211 if (gl_sampler->MaxAnisotropy > 2.0) { 212 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_sampler_state.c | 81 if (gl_sampler->MaxAnisotropy > 1.0) { 85 if (gl_sampler->MaxAnisotropy > 2.0) { 86 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2,
|
brw_wm_sampler_state.c | 207 if (gl_sampler->MaxAnisotropy > 1.0) { 211 if (gl_sampler->MaxAnisotropy > 2.0) { 212 sampler->ss3.max_aniso = MIN2((gl_sampler->MaxAnisotropy - 2) / 2,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_tex.c | 320 radeonSetTexMaxAnisotropy(t , samp->MaxAnisotropy); 415 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 424 radeonSetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); 437 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tex.c | 320 radeonSetTexMaxAnisotropy(t , samp->MaxAnisotropy); 415 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 424 radeonSetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); 437 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_sampler.c | 189 sampler->max_anisotropy = (msamp->MaxAnisotropy == 1.0 ? 190 0 : (GLuint) msamp->MaxAnisotropy);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_sampler.c | 189 sampler->max_anisotropy = (msamp->MaxAnisotropy == 1.0 ? 190 0 : (GLuint) msamp->MaxAnisotropy);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_tex.c | 369 r200SetTexMaxAnisotropy(t , samp->MaxAnisotropy); 465 * Fixup MaxAnisotropy according to user preference. 481 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 485 r200SetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); 498 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tex.c | 369 r200SetTexMaxAnisotropy(t , samp->MaxAnisotropy); 465 * Fixup MaxAnisotropy according to user preference. 481 t->base.Sampler.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; 485 r200SetTexMaxAnisotropy( t, t->base.Sampler.MaxAnisotropy ); 498 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
samplerobj.c | 130 sampObj->MaxAnisotropy = 1.0F; 553 if (samp->MaxAnisotropy == param) 561 samp->MaxAnisotropy = MIN2(param, ctx->Const.MaxTextureMaxAnisotropy); 1173 *params = (GLint) sampObj->MaxAnisotropy; [all...] |
/external/mesa3d/src/mesa/main/ |
samplerobj.c | 130 sampObj->MaxAnisotropy = 1.0F; 553 if (samp->MaxAnisotropy == param) 561 samp->MaxAnisotropy = MIN2(param, ctx->Const.MaxTextureMaxAnisotropy); 1173 *params = (GLint) sampObj->MaxAnisotropy; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_texstate.c | 228 if (sampler->MaxAnisotropy > 1.0) { 231 if (sampler->MaxAnisotropy > 2.0)
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_texstate.c | 228 if (sampler->MaxAnisotropy > 1.0) { 231 if (sampler->MaxAnisotropy > 2.0)
|