OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mag_filter
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sampler_state.c
83
sampler->ss0.
mag_filter
= BRW_MAPFILTER_ANISOTROPIC;
93
sampler->ss0.
mag_filter
= BRW_MAPFILTER_NEAREST;
97
sampler->ss0.
mag_filter
= BRW_MAPFILTER_LINEAR;
179
if (sampler->ss0.
mag_filter
!= BRW_MAPFILTER_NEAREST)
brw_wm_sampler_state.c
209
sampler->ss0.
mag_filter
= BRW_MAPFILTER_ANISOTROPIC;
219
sampler->ss0.
mag_filter
= BRW_MAPFILTER_NEAREST;
223
sampler->ss0.
mag_filter
= BRW_MAPFILTER_LINEAR;
238
sampler->ss0.min_filter != sampler->ss0.
mag_filter
)
325
if (sampler->ss0.
mag_filter
!= BRW_MAPFILTER_NEAREST)
brw_structs.h
639
GLuint
mag_filter
:3;
member in struct:brw_sampler_state::__anon13231
688
GLuint
mag_filter
:3;
member in struct:gen7_sampler_state::__anon13235
[
all
...]
gen6_blorp.cpp
518
sampler->ss0.
mag_filter
= BRW_MAPFILTER_LINEAR;
[
all
...]
gen7_blorp.cpp
238
sampler->ss0.
mag_filter
= BRW_MAPFILTER_LINEAR;
/external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c
83
sampler->ss0.
mag_filter
= BRW_MAPFILTER_ANISOTROPIC;
93
sampler->ss0.
mag_filter
= BRW_MAPFILTER_NEAREST;
97
sampler->ss0.
mag_filter
= BRW_MAPFILTER_LINEAR;
179
if (sampler->ss0.
mag_filter
!= BRW_MAPFILTER_NEAREST)
brw_wm_sampler_state.c
209
sampler->ss0.
mag_filter
= BRW_MAPFILTER_ANISOTROPIC;
219
sampler->ss0.
mag_filter
= BRW_MAPFILTER_NEAREST;
223
sampler->ss0.
mag_filter
= BRW_MAPFILTER_LINEAR;
238
sampler->ss0.min_filter != sampler->ss0.
mag_filter
)
325
if (sampler->ss0.
mag_filter
!= BRW_MAPFILTER_NEAREST)
brw_structs.h
639
GLuint
mag_filter
:3;
member in struct:brw_sampler_state::__anon23698
688
GLuint
mag_filter
:3;
member in struct:gen7_sampler_state::__anon23702
[
all
...]
gen6_blorp.cpp
518
sampler->ss0.
mag_filter
= BRW_MAPFILTER_LINEAR;
[
all
...]
gen7_blorp.cpp
238
sampler->ss0.
mag_filter
= BRW_MAPFILTER_LINEAR;
/frameworks/native/opengl/libagl/
TextureObjectManager.h
78
GLenum
mag_filter
;
member in class:android::EGLTextureObject
TextureObjectManager.cpp
51
mag_filter
= GL_LINEAR;
64
mag_filter
= old->
mag_filter
;
texture.cpp
92
GGL_TEXTURE_MAG_FILTER, u.texture->
mag_filter
);
673
textureObject->
mag_filter
= param;
791
GGL_TEXTURE_MAG_FILTER, u.texture->
mag_filter
);
[
all
...]
/system/core/libpixelflinger/
picker.cpp
149
if (tx.
mag_filter
== GGL_LINEAR) {
buffer.cpp
52
t.
mag_filter
= GGL_NEAREST;
pixelflinger.cpp
433
what = &c->activeTMU->
mag_filter
;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c
998
const unsigned
mag_filter
= bld->static_state->mag_img_filter;
local
1100
const unsigned
mag_filter
= bld->static_state->mag_img_filter;
local
[
all
...]
lp_bld_sample_aos.c
1544
const unsigned
mag_filter
= bld->static_state->mag_img_filter;
local
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c
998
const unsigned
mag_filter
= bld->static_state->mag_img_filter;
local
1100
const unsigned
mag_filter
= bld->static_state->mag_img_filter;
local
[
all
...]
lp_bld_sample_aos.c
1544
const unsigned
mag_filter
= bld->static_state->mag_img_filter;
local
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc
437
DCHECK_EQ(static_cast<GLuint>(GL_LINEAR), texture2->
mag_filter
());
447
// manager1 should see the change to texture2
mag_filter
being applied.
texture_definition.cc
327
mag_filter_(texture->
mag_filter
()),
texture_manager.h
51
GLenum
mag_filter
() const {
function in class:gpu::gles2::Texture
texture_manager_unittest.cc
145
EXPECT_EQ(static_cast<GLenum>(GL_NEAREST), texture->
mag_filter
());
442
EXPECT_EQ(static_cast<GLenum>(GL_LINEAR), texture->
mag_filter
());
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
416
uint16_t
mag_filter
;
member in struct:android::texture_t
Completed in 313 milliseconds
1
2