Searched refs:bind_texture (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texobj.c | 1733 bind_texture(struct gl_context *ctx, GLenum target, GLuint texName, in bind_texture() function 1749 bind_texture(ctx, target, texName, ctx->Texture.CurrentUnit, true, in _mesa_BindTexture_no_error() 1763 bind_texture(ctx, target, texName, ctx->Texture.CurrentUnit, false, in _mesa_BindTexture() 1785 bind_texture(ctx, target, texture, unit, false, "glBindMultiTextureEXT"); in _mesa_BindMultiTextureEXT()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 497 ADD_ARG_CASE2(bind_texture, "Test cost of glBindTexture() calls. Note: Uses only texture 0", in init()
|
H A D | es2pRedundantStateChangeTests.cpp | 1081 ADD_TESTCASE(bind_texture, "Change texture binding.", in init()
|
H A D | es2pStateChangeTests.cpp | 1210 ADD_TESTCASE(bind_texture, "Change texture binding.", in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 532 ADD_ARG_CASE2(bind_texture, "Test cost of glBindTexture() calls. Note: Uses only texture 0", in init()
|
H A D | es3pRedundantStateChangeTests.cpp | 1155 ADD_TESTCASE(bind_texture, "Change texture binding.", in init()
|
H A D | es3pStateChangeTests.cpp | 1294 ADD_TESTCASE(bind_texture, "Change texture binding.", in init()
|
Completed in 9 milliseconds