Home
last modified time | relevance | path

Searched refs:active_texture (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp350 ADD_ARG_CASE1(active_texture, "Test cost of glActiveTexture() calls", in init()
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp385 ADD_ARG_CASE1(active_texture, "Test cost of glActiveTexture() calls", in init()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3863 GLint active_texture; in _mesa_meta_DrawTex() local
3876 active_texture = ctx->Array.ActiveTexture; in _mesa_meta_DrawTex()
3888 _mesa_ClientActiveTextureARB(GL_TEXTURE0 + active_texture); in _mesa_meta_DrawTex()