Home | History | Annotate | Download | only in pixelflinger2

Lines Matching refs:ShaderUse

540 static void ShaderUse(GGLInterface * iface, gl_shader_program * program)
543 // so drawing calls will do nothing until ShaderUse with a program
872 ShaderUse(const_cast<GGLInterface *>(iface), ctx->CurrentProgram);
883 ShaderUse(const_cast<GGLInterface *>(iface), ctx->CurrentProgram);
894 ShaderUse(const_cast<GGLInterface *>(iface), ctx->CurrentProgram);
906 ShaderUse(const_cast<GGLInterface *>(iface), ctx->CurrentProgram);
917 ShaderUse(const_cast<GGLInterface *>(iface), ctx->CurrentProgram);
946 iface->ShaderUse = ShaderUse;